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
Hello, I would like to know if it is possible to always show the button to delete the autocomplete content.
What happens is that the user needs to delete a value in "Plain" mode, he needs to click one more than necessary.
I also noticed that when cleaning the field it emits the focus event, I don't know if this is really a problem, but effectively the keyboard is not being displayed on the screen
Another thing I noticed is that the "tokenRemoved" event is fired in the component's ondestroy
The text was updated successfully, but these errors were encountered:
Hello, I would like to know if it is possible to always show the button to delete the autocomplete content.
What happens is that the user needs to delete a value in "Plain" mode, he needs to click one more than necessary.
I also noticed that when cleaning the field it emits the focus event, I don't know if this is really a problem, but effectively the keyboard is not being displayed on the screen
Another thing I noticed is that the "tokenRemoved" event is fired in the component's ondestroy
The text was updated successfully, but these errors were encountered: