TagTextBox - Add a selected item from AutoCompleteList without the user has to click Enter

2
1

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

 

  • You must to post comments
0
1

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?

  • You must to post comments
0
0

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

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.