AutoCompleteEdit Events
A text editor that suggests values as a user enters characters into the edit box.
Name | Description |
---|---|
Clear |
Occurs when a user taps the clear icon.
Inherited from Edit |
Completed |
Occurs when a user taps the ‘Return’ button of the keyboard.
Inherited from Edit |
Double |
Fires when the user double taps the editor.
Inherited from Edit |
End |
Occurs when a user taps the trailing icon.
Inherited from Edit |
Error |
Occurs when a user taps the error icon.
Inherited from Edit |
Long |
Fires when the user presses and holds the editor.
Inherited from Edit |
Query |
Fires when a user taps the submit icon in the edit box or selects a suggestion in the drop-down list. |
Start |
Occurs when a user taps the leading icon.
Inherited from Edit |
Suggestion |
Fires when a user selects a suggestion in the drop-down list. |
Tap |
Fires when the user taps the editor.
Inherited from Edit |
Text |
Fires when the edit box text is changed. |
See Also