Skip to content

Auto Complete: Reference

Reference for Auto Complete in Web Framework References. Key properties: ID, Name, Static Value, Match Case.

Give your users the power of simple selection and fast filtering in one input control. App Connect Autocomplete provides auto suggestion when entering text into a text input. This is useful when you have a dynamic list of products, countries, options etc., so you can offer your users quick and easy search and selection without having to enter long text.

Inspector Property Groups

Auto Complete Properties

Property Type Details
IDtextOptional unique identifier for this element.
Sets the element's id attribute. Keep IDs unique per page (useful for anchors, label for targets, and JavaScript hooks). Bootstrap docs: Introduction
Required in common setups.
Attribute: id
NametextHTML name attribute.
Sets the control name . This is used as the field key in form submissions and is essential for classic post submissions and many server-side handlers. Bootstrap docs: Forms overview
Required in common setups.
Attribute: name
Static ValuetextInitial/default value.
Sets the control initial value. For App Connect, you often bind values reactively instead of hardcoding them. Bootstrap docs: Form control
Attribute: value
Match CasebooleanAttribute: matchcase
Match AccentbooleanAttribute: matchaccent
Match StartbooleanAttribute: matchstart

Data Properties

Property Type Details
Data SourcetextAttribute: dmx-bind:data
Supports dynamic option sources.
Text FieldtextAttribute: optiontext
Supports dynamic option sources.
Value FieldtextAttribute: optionvalue
Supports dynamic option sources.
Search FieldtextAttribute: optionsearch
Supports dynamic option sources.

Actions

Set Value

Set Value of the input

Configuration group Controls
Set Value PropertiesValue

Disable

Disable of the input

Configuration group Controls
Disable PropertiesValue

Validate

Validate the input

Focus

Focus the input

Dynamic Events

No Results Click

Event option Type Details
Action:textChoose the action to execute.

Event Data

Field Type Details
valuetext