This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115
stars
21
forks
source link
How to always show close button on autocomplete #1555
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
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