Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow AutoComplete with OpenOnFocus to show items even without user input #1957

Merged
merged 2 commits into from
Feb 11, 2025

Conversation

LegendOfLynkle
Copy link
Contributor

This pull request alters RadzenAutoComplete so that OpenOnFocus now lets you view items in the dropdown even if you have not provided any searchText. This is for the case where you want the autocomplete but the user does/may not know what it is they want to complete/what options are available. Without this a user has to type at least one character, which then affects their suggestions, to know what options are available.

A demo of this functionality has also been added to the demos page for AutoComplete.

Please let me know if anything needs to be changed or you have any feedback.

…n even if you have not provided any searchText. This is for the case where you want the autocomplete but the user does/may not know what it is they want to complete.
…ull/empty string will reset autocomplete suggestions.
@enchev enchev merged commit edb6f58 into radzenhq:master Feb 11, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants