Optional
closeAn optional parameter that is responsible for the behavior of the select when opening, if closeOnSelect: false, then when an element is selected in the selector, closing does not occur, and you can select another element by default, closeOnSelect:true.
Optional
darkAn optional parameter that is responsible for enabling a light / dark theme by default, the dark theme is set (darkTheme == true).
Optional
eventAn optional parameter that is responsible for the behavior of the select, passing to this parameter an event of the 'mouseenter' type, select will open on hover.
Optional
items*Required parameter (if no other way to get data (url) is specified), this is an array of elements, which will be displayed in the select when selected.
Optional
lableAn optional parameter that adds a lable before the select.
Optional
languageOptional parameter responsible for the localization of some text elements.
Optional
listAn optional parameter that is responsible for the behavior of the select when opening.
Optional
multiselectAn optional parameter, which is responsible for the behavior of the select, adds the ability to select multiple elements. Selected elements are rendered as plain text, separated by commas.
Optional
multiselectAn optional parameter that is responsible for the behavior of the select, for him, *** works only in a place with a multiselect connection.
Optional
nativeAn optional parameter that is responsible for the behavior of the select when opened on mobile devices.
Optional
placeholderPlaceholder optional parameter to which the text of the select placeholder is passed.
Optional
searchAn optional parameter that adds a live search on the select elements.
Optional
selectedAn optional parameter, which is passed the element that will be selected initially in the select.
Optional
selectorUnique selector - *mandatory parameter (indicator) that is set when creating a select.
Optional
stylesAn optional parameter that is responsible for customizing the select elements, objects with CSS properties for customizable elements are passed to it.
Optional
urlRequired parameter (if no other way to get data (items) is specified), data that comes from the backend in the format { id: "", title: "", value: ""}.
Generated using TypeDoc
Description
Select settings.