Multiselects for typing multiple options
Check out the forms info page in the sidebar for more info regarding FormControls. Please note that disabling, and setting this FormControl input to invalid will be reflected by the component. Please note this component will fill its space horizontally, and can grow vertically.
Customize the text displayed for adding options. The default is 'Adding 'text''. When set, it will be displayed as 'displayText 'text''.
Allow pasting a string separated by `bulkEntrySeparators` to add multiple emails at once. Bulk entry by username is not supported
Allow custom items to be added by the user. Note: `control` must accept `string` type if set to `true`.
What the input should do when blurred. - 'clear' empties the field (default) - 'add' adds the current value as a multiselect item - 'none' leaves the text
Separators used to parse the string pasted into the input. Use with `allowBulkEntry`.
Disable the dropdown from showing. The default is false. When set to true, the dropdown will not show. This option is useful if using a different design to select the options.
Disable the input element from showing. The default is false. When set to true, the input element will not show. This option is useful for preventing the user from inputting while a load is in progress.
Customize the color of a dropdown item when it is selected.
First validation happens only on blur, and validates on keyup once an error exists
Conditionally hide the input element when there are selected items. If there are already selected items, the input element will be hidden.
Number of characters you can type in the input. This will only work when used with allowCustomEntry
default placeholder when there's no entry yet
placeholder when there's already an entry
Initially show the highlight effect in the dropdown. If set to false, users can trigger the highlight by navigating using the 'up' or 'down' buttons.
Customize the appearance of the adding line in the dropdown. When enabled, an add icon and the specified text will appear in blue.
This event carries the item that was removed.