Dropdown with textarea

Hello,

Is there a Dropdown component which lets you select a element from the datasource and also lets you enter custom text like in a textarea?

We need something like this:

Greedings

1 Like

Hi @Jonas,

No, such a component is not available in Radzen.Blazor.

Thank you for the answer.

Is such a thing planned for future releases?
This feature is essential for us and others, and is used in almost any application.

1 Like

Have you seen the Radzen AutoComplete component? It can display a list of suggestions and allows the user to enter custom value. It isn't styled as a dropdown though.

All planned features are listed on our public roadmap.

Have you seen the Radzen AutoComplete component? It can display a list of suggestions and allows the user to enter custom value. It isn't styled as a dropdown though.

The AutoComplete component isn't what we need. We have a list of predefined selections, which the user can select from, or enter its own text / add text to the selection.

The AutoComplete displays suggestions after the user types something. Still I understand you need a ComboBox which Radzen.Blazor components currently don't have.