Improve data entry speed and accuracy by triggering auto-completion for text entries.
npm install nativescript-ui-autocomplete- Overview
- Installation
- Documentation
- API Reference
- Sample Apps
- Release Notes
- Get Help
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).
In Command prompt / Terminal navigate to your application root folder and run:
```
tns plugin add nativescript-ui-autocomplete
To use the autocomplete plugin, you need to add an instance of RadAutoCompleteTextView.displayMode
Optionally you can set its , completionMode and suggestMode`.
More information about the plugin features is available in the Guides for:
- NativeScript Core
- NativeScript with Angular
- NativeScript with Vue.js
Here is the API Reference section.
The features of the plugin are demonstrated in the Sample apps for:
- NativeScript Core
- NativeScript with Angular
- NativeScript with Vue.js
The release notes are available here.
Please, use github issues strictly for reporting bugs or requesting features.