The AutoComplete component automatically suggests values from a defined list when values are entered in a field. Users can then select a value.
You can fill the AutoComplete function with values using the default\SetDataset action, for example.
The specified record must contain at least one column. If there are several columns in the record, the values in the columns define the named values currentIndex and currentHiddenValue.
Functionality
You can query the named values with the default\GetNamedValue action.
-
currentIndex: Select this named value if there are at least two columns in the record. The value of the first column in the record is used.
-
currentHiddenValue: Select this named value if there are three columns in the record. The value of the third column in the record is used.
Properties
|
Type |
Name |
Description |
|---|---|---|
|
INPUT |
Class |
Specifies additional CSS classes of the components. |
|
BOOLEAN |
Visibility |
Indicates whether the component is visible. |
|
INPUT |
Editable |
Indicates whether the component is editable. |
|
INPUT |
Label |
Displays the visible designation of the component. |
|
BOOLEAN |
Show on Focus |
Specifies whether the list is displayed as soon as the field is activated. |
|
NUMBER |
Min Length |
Specifies the minimum number of characters that must be entered before completion starts. |
|
INPUT |
Empty Message |
Indicates a message if no value in the list matches the value entered. |
|
BOOLEAN |
Show Data in List |
Provides additional information in the results list. |
|
BOOLEAN |
Only accept list items |
Specifies that only values from the list are accepted as input. |
|
SELECT |
Filter Mode |
Specifies how the values in the list are filtered.
|