• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Custom Values in ASP.NET MVC 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.