Hi
In a tagTextBox, is there a way to add a selected item from AutoCompleteList without the user has to click Enter , only by clicking in it while the list is opened ?
Regards
I’m trying to implement a custom autocomplete for TagTextBox with a UserPopUp.
Can’t figure out how to show UserPopUp on TextChange: in TagTextBox event is fired when a tag is added, I would need an event to fire on every key press in text box field.
Could you please help me?
Hi Marcelo,
the build in AutoComplete list is a native browser functionality and outside of our control.
If you want to handle the event you might better implement a custom autocomplete list with a UserPopup.
Best regards
Frank
Please login first to submit.