Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nativescript-ui-autocomplete) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
NativeScript UI AutoComplete
Overview
Here are some of the features of the NativeScript UI AutoComplete:
- Suggest modes - you can choose to show suggestions in a drop-down list, one suggestion at a time in the text input, or a combination of both;
- Completion modes - StartsWith and Contains which differ in whether the input text will be searched in the whole list with acceptable items or only at the start;
- Display modes - Plain - in which only one item can be selected - and Tokens - allowing multiple selection of suggestions (each displayed as a token).
Installation
In Command prompt / Terminal navigate to your application root folder and run:
tns plugin add nativescript-ui-autocomplete
Documentation
To use the autocomplete plugin, you need to add an instance of RadAutoCompleteTextView
.
Optionally you can set its displayMode
, completionMode
and suggestMode
.
More information about the plugin features is available in the Guides for:
API Reference
Here is the API Reference section.
Sample Apps
The features of the plugin are demonstrated in the Sample apps for:
Release Notes
The release notes are available here.
Get Help
Please, use github issues strictly for reporting bugs or requesting features.