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

Feature Request: Add a boolean parameter to open an empty RadzenAutoComplete on focus #1560

Closed
bergy6808 opened this issue Jun 11, 2024 · 0 comments

Comments

@bergy6808
Copy link

Is your feature request related to a problem? Please describe.
I can't find a way to suggest a few text answers to my users, and still allow them to write anything they want. I feel like an easy solution would be to use a RadzenAutoComplete, but my users need to start writing to get suggestions. Not ideal if I only want to suggest 4-5 options.

Describe the solution you'd like
I would like a new parameter in RadzenAutoComplete. I think it would be simple to implement.
[Parameter] public bool OpenOnFocus { get; set; } = false;

Describe alternatives you've considered
I also tried using a RadzenDropDown. It's kind of possible, but complicated, and would not be as flexible as the solution I suggest.

@enchev enchev closed this as completed in dbb91fa Jun 12, 2024
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

No branches or pull requests

1 participant