AutoComplete Enter Key Selection

When selecting an item in the RadzenAutoComplete control, is it possible to use the main Enter key and also the NumpadEnter key? I think the code is currently only looking for "Enter" and not "NumpadEnter" in OnFilterKeyPress.

Sure! You can submit pull request!

Is this the change needed?

else if (key == "Enter" || key == "NumpadEnter" || key == "Tab")

Yes, this will do the job.

Since this is such a minor change, is there any way we could respectfully request this be part of your next release? Thank you in advance for your consideration.

Sure! We will add it in the next update before the end of the week.

1 Like