Blazor MultiSelect Dropdown Example - Custom Value Entry
This example demonstrates the custom value functionality of MultiSelect component for user-defined entries.
Custom value features:
- Type character(s) not present in data source
- Custom value button appears when typed text not found
- Click button to add custom typed value as new item
- Non-present options can be added to component value
Configuration:
- Enable via AllowCustomValue property set to
true - CustomValueSpecifier event triggers when custom value is selected
See also