Example of Custom Values in ASP.NET Core MultiSelect Dropdown Control
This sample demonstrates the custom value functionalities of the MultiSelect. Type a character(s) in the MultiSelect element that are not present in the dataSource, you can select and tag that custom typed characters as new item from the suggestion list.
DEMO
SOURCE
Custom Value Support
The MultiSelect allows the user to add a non-present option to the component value when the
allowCustomValue
is enabled. While selecting new custom value the
customValueSelection
event will be triggered.
More information on the custom value feature can be found in the Documentation section.