Cloud Business App Edition > Wijmo Control Extensions > Controls > Selection > AutoComplete |
The AutoComplete is a collection control which enables end users to filter item list dynamically as they type, and select a value directly from its drop-down list. It makes it easier for a user to search and filter specific data field(s) from a pre-populated list. The control can display items as plain-text as well as HTML.
Isml.js |
Copy Code
|
---|---|
myapp.SelectAutoComplete.AutoComp_render = function (element, contentItem) { var input = new c1.cba.Select($(element), contentItem); }; |