Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Attribute

Description

Type

autoComplete

Whether to make suggestions on the textbox (suggestions in the dropdown will still be donemade, disregarding the value of this property)

Boolean

forceValidOption

The text entered has to match an option, otherwise the value will be cleared when autocompleter loses focus

Boolean

delay

Time to wait before making the search (in milliseconds)

Integer

searchType

How to match entered text agains the available options, "startstring" (default), "startword" and "substring"

String

dropdownHeight

The height of the dropdown (in pixels), by default 120

Integer

dropdownWidth

The width of the dropdown (in pixels), by default same as autocompleter's width

Integer

formId

Form id whose fields will be serialized and passed as parameters

String

formFilter

Function name used to filter the fields of the form

String

value

Default value when "theme" is "simple"

String

list

Iteratable source to populate options

String

loadOnTextChange

Reload options as user types

Boolean

loadMinimumCount

Text lenght that will trigger a reload of the options if "loadOnTextChange" is set to "true", 3 by default

Integer

showDownArrow

Show or hide the dropdown arrow, "true" by default

Boolean