In This Topic
This section provides a visual and descriptive overview of the elements that comprise the C1AutoComplete control.
The C1AutoComplete control is comprised of an input element and the AutoComplete element that contains C1AutoCompleteDataItems:
See below for a description of each C1AutoComplete element:
- Input Element
The input element allows users to enter the item for which they are searching and to display the item selected from the AutoComplete element.
- AutoComplete Element
The AutoComplete element contains C1AutoCompleteDataItem. They are either items which you have created during design time or items which are populated from another data source.
- C1AutoCompleteDataItems
C1AutoCompleteDataItems can either be created at design time or can be called from an outside data source.