Select
Deprecated
Use TomSelect 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 form field 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
the name attribute of the generated HTML input element
allows multiple value selection (multiple values are comma delimited)
additional options for remote (AJAX) data source
label text bound to the input element
determines if label can contain HTML code
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.