Blazor MultiSelect Dropdown Example - Custom Value Entry
This example demonstrates the custom value functionalities of the MultiSelect. Type a character(s) in the MultiSelect element that are not present in the data source, you can select and tag that custom typed characters as new item from the suggestion list.
The MultiSelect allows the user to add a non-present option to the component value, when the AllowCustomValue property is set to true
. While selecting new custom value the CustomValueSpecifier event will be triggered.
See also