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
For our application, when the user types in search text then clicks away, we want to automatically select the search text they typed in. We are unable to implement this by listening to the search:blur event. We have added a search:preblur event that fires when the select loses focus and the search text is available via the search property. We do not want to receive the event when a selection is made. So if I choose an entry from the dropdown, a search:preblur event is not sent.
The text was updated successfully, but these errors were encountered:
For our application, when the user types in search text then clicks away, we want to automatically select the search text they typed in. We are unable to implement this by listening to the search:blur event. We have added a search:preblur event that fires when the select loses focus and the search text is available via the search property. We do not want to receive the event when a selection is made. So if I choose an entry from the dropdown, a search:preblur event is not sent.
The text was updated successfully, but these errors were encountered: