Trigger TelerikAutoComplete OnChange if and only if Enter is pressed

0 Answers 108 Views
AutoComplete
Ricardo
Top achievements
Rank 1
Iron
Ricardo asked on 04 Mar 2024, 06:11 PM
As of now, the OnChange event of the AutoComplete component is triggered upon pressing the Enter key or losing focus of the input. In order to only produces changes upon pressing Enter, I use the OnBlur event to change specific boolean values (e.g isInputFocused) so as to modify the behaviour of OnChange conditionally. Is OnBlur always triggered before OnChange? In the future, will a new event be added to the TelerikAutoComplete component which is triggered only upon pressing the Enter key?

No answers yet. Maybe you can help?

Tags
AutoComplete
Asked by
Ricardo
Top achievements
Rank 1
Iron
Share this question
or