Widgets
Samples
Demos
Forum
Services
Documentation
align
animate
attributes
badge
borderless
bottomLabel
bottomPadding
checkValue
click
container
css
customCheckbox
disabled
format
gravity
height
hidden
icon
id
inputAlign
inputHeight
inputWidth
invalid
invalidMessage
keyPressTimeout
label
labelAlign
labelPosition
labelRight
labelWidth
maxHeight
maxWidth
minHeight
minWidth
name
offLabel
on
onLabel
pattern
placeholder
popup
readonly
relatedAction
relatedView
required
suggest
tooltip
type
uncheckValue
validate
validateEvent
value
width
Start
API Reference
ui.switch
Properties
suggest
links suggest list to the input
string|array|object
suggest
;
Example
webix.
ui
(
{
view
:
"text"
,
suggest
:
"my_suggest_list"
}
)
Related samples
Suggest List for Input: Populating with Server-side Data
Suggest List for Input: Populating with Client-side Data
See also
Articles
Suggest List
Back to top