Blazor ComboBox Example - Custom Value Entry
This example demonstrates the custom value functionality of the ComboBox. Type a character in the ComboBox component and select an item from the filtered list based on the typed charactersWhen the typed character(s) are not found in the list, a button appears in the popup list. By clicking this button, the custom value character is added as a new item to the existing list.
The ComboBox allows the user to type a custom value that is not included in the predefined set of values. By default, this support is enabled by AllowCustom property. In this case, the typed text considered both the text field and the value field.