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
Is there way to detect a mouse click on a list of selected items appearing inside the AutoComplete?
For example if there are 3 countries (US, Canada, Mexico) inside the Autocomplete control and the user clicks on the name of one of the countries, I want to write some custom code to open a Modal.
It appears there is a handler/event for the close button but I would like to implement one on the rest of the selection.
I noticed there is a tag to override what is displayed in the drop down.
Is there a way to override the content for the Badge that is selected?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there way to detect a mouse click on a list of selected items appearing inside the AutoComplete?
For example if there are 3 countries (US, Canada, Mexico) inside the Autocomplete control and the user clicks on the name of one of the countries, I want to write some custom code to open a Modal.
It appears there is a handler/event for the close button but I would like to implement one on the rest of the selection.
I noticed there is a tag to override what is displayed in the drop down.
Is there a way to override the content for the Badge that is selected?
Beta Was this translation helpful? Give feedback.
All reactions