nativescript-ui-feedback
nativescript-ui-feedback copied to clipboard
How to always show close button on autocomplete
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