Forms

Autocomplete

el = $('.reform-element')
new AutocompleteBox(el)
new AutocompleteCombobox(el)
new MultilineAutocompleteCombobox(el)

Fetch from URL

Add new option

Combobox

Multiline

Groups

Disabled


Properties

caseSensitive
no
Set yes to make searching case sensitive.
showNoResultsNotice
no
Set yes to show notice when there are no results.
closeOnBlur
yes
Set no to keep the floater open we focus is lost.
highlightTitles
yes
Higlight search query in titles.
highlightSelection
yes
Highlight the selected item.
hyphenate
no
Set yes to break long strings.
exactMatch
no
Will not filter dropdown data if yes
title
""
Preset selected title
placeholderText
Type to search...
Placeholder text.
url
null
Path to datasource when fetching from URL.
dataType
json
Source data type.
max
1000
Max items to fetch from URL.
minChars
0
Will not fetch before min charecter count is reached.
delay
0
Time in ms before data is fetched.

AutocompleteBox

showArrows
no
Show combobox arrow indicators.

AutocompleteCombobox

emptySelectionText
Select an item...
Placeholder text.
emptyText
No results.
Text to show when there are no results.
showArrows
yes
Show combobox arrow indicators.

MultilineAutocompleteCombobox

filterDescription
yes
Set yes to search by description as well.