[PR #695] [CLOSED] Select value in multiple DropDown on Enter press #2280

Open
opened 2026-01-29 18:18:06 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/695
Author: @EkaterinaTikhomirova
Created: 11/11/2022
Status: Closed

Base: masterHead: feature/DropDown-update-onselect


📝 Commits (1)

  • 81f2646 Select value in multiple DropDown on Enter press

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Radzen.Blazor/DropDownBase.cs (+1 -1)

📄 Description

  1. It's a bit confusing to select values in drop-down by pressing on Space button.
    I suppose this control should behave like select2 or another that is similar to RadzenDropDown. Most users are used to pressing Enter to select an item from a list.
    Moreover, there is some unpredictable behavior when drop-down contains values with Space.
  2. I'd like an option to clear the search in drop-down every time the user selects an item from the list. So, I've add new parameter to allow developers to set up this behavior.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/695 **Author:** [@EkaterinaTikhomirova](https://github.com/EkaterinaTikhomirova) **Created:** 11/11/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/DropDown-update-onselect` --- ### 📝 Commits (1) - [`81f2646`](https://github.com/radzenhq/radzen-blazor/commit/81f2646f36035da7a6d412e86dc415ec3cb4328b) Select value in multiple DropDown on Enter press ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/DropDownBase.cs` (+1 -1) </details> ### 📄 Description 1. It's a bit confusing to select values in drop-down by pressing on `Space` button. I suppose this control should behave like [select2](URL) or another that is similar to `RadzenDropDown`. Most users are used to pressing `Enter` to select an item from a list. Moreover, there is some unpredictable behavior when drop-down contains values with `Space`. 2. I'd like an option to clear the search in drop-down every time the user selects an item from the list. So, I've add new parameter to allow developers to set up this behavior. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:18:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2280