You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently no way to clear the input value before the email is transformed into the tile.
The value is set while someone writes inside an input before the email address is finished and converted to the tile.
At this moment, when I want to create for e.g an action button, that clears input from unfinished emails like this:
const input: HTMLInputElement | null = document.querySelector('.react-multi-email input')
input.value = '' // this will not work
This will not work, because the package overrides this process with the value. Please provide an option to clear the input from value.