Adding Custom Value to Blazor ComboBox Component
28 May 20241 minute to read
You can add custom value to the ComboBox component. When the typed character(s) is not present in the list, a button will be shown in the popup list. By clicking on this button, the custom value character(s) get added to the existing list as a new item. Default value of AllowCustom is true
.