New to Telerik UI for BlazorStart a free 30-day trial

ComboBox Custom Values

Updated on Aug 24, 2026

The ComboBox component allows the user to type in their own value that is not a part of the predefined set of options that the developer provided.

The text entered by the user can still go into the field the combo box is bound to through two-way binding.

To enable custom user input set the AllowCustom parameter to true.

When custom values are enabled, the TextField, ValueField and the Value must be of type string. Otherwise an exception will be thrown. Strings are required because the user input can take any form and may not be parsable to other types (such as numbers or GUID).

When custom input is allowed, the ValueChanged event fires on every keystroke, and not when an item is selected, because the ComboBox component acts as a text input.

When custom values are typed in, there may be no selected item in the ComboBox. See the ComboBox Overview - Selected Item article for details on when how item selection and Value work together.

Allow custom user input in the combo box

Example
View Source
Loading ...

How to add custom user values into the data source so they are available as items immediately

Example
View Source
Loading ...

Limitations

See Also

In this article
LimitationsSee Also
Not finding the help you need?
Contact Support