Select Input
Deprecated
Use TomSelectInput instead from the kvision-tom-select module. The library that this component is based on is no longer maintained and this module will be removed in KVision 6.
The basic component for Select control.
The select control can be populated directly from options parameter or manually by adding SelectOption or SelectOptGroup components to the container.
Parameters
an optional list of options (value to label pairs) for the select control
selected value
allows multiple value selection (multiple values are comma delimited)
additional options for remote (AJAX) data source
CSS class names
an initializer extension function
Constructors
Types
Functions
Hides dropdown with options.
Opens dropdown with options.
Toggles visibility of dropdown with options.
Properties
Extensions
DSL builder extension function.
DSL builder extension function.