-
Notifications
You must be signed in to change notification settings - Fork 866
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
RadzenDropDown selection by spacebar #2011
Comments
Select with the ENTER key instead of SPACE does work though. But I do agree that it is somewhat unusal. Most other apps do use the SPACE for select when there is a Checkbox, even the RadzenCheckBox does use the SPACE there. But then the DatePicker and the single DropDown do make sense with the ENTER for selecting from the popup, so it doesn't make that much sense to change it based on single/multiple mode. |
I understand your point about using Enter as the default for selection, but many apps and even RadzenCheckBox use Space for selection in multi-select scenarios. To maintain backward compatibility and avoid breaking forms that rely on Enter, I have implemented a fix that:
Would you be open to a PR with this fix? I’ve already tested it and ensured that existing behavior remains intact. |
RadzenDropDown, the ability to select an option with a spacebar.
To Reproduce:
Expected:
Select an option by spacebar and if you type a character or digit (etc) it corrects the search word.
Here is an example of the new behavior I am trying to describe:
The text was updated successfully, but these errors were encountered: