AutoFind: Boolean
The AutoFind property sets the autofind feature.
When the True value is set the autosearching feature is enabled. By default the property is set to True.
The property is relevant if the EnableEdit property is set to True.
On working with the ComboBox.filterByText method, the AutoFind property must be set to False.
To execute the example, create the ComboBox component (see Example of creating the ComboBox component). Set True value to the AutoFind property:
AutoFind: true
The results are displayed after executing the example when entering in the edit line more than three symbols corresponding to the text of the list elements:
See also: