Blazor ComboBox Example - Custom Value Entry
This example demonstrates the custom value functionality of ComboBox for user-defined entries beyond predefined options.
Custom value features:
- Type characters not in the list
- Custom value button appears in popup when typed text not found
- Click button to add custom value as new item
- Enabled by default via AllowCustom property
- Typed text considered as both text and value field