hc-autocomplete-paging
v0.0.9
Published
it is an auto complete component that gets the data from server and has the 'paging' feature with scroll
Downloads
99
Maintainers
Readme
hc-autocomplete-paging
It is an auto complete component with paging.
Installation
npm i @haftcinco/hc-autocomplete-paging --save
Module
import autocompletePaging from �@haftcinco/hc-autocomplete-paging�;
props
Props list that exists in hc-autocomplete-paging:
| props |type |default|required | Description|
|----------|------------|----------|------------|----------|
|notFoundText|String|No matches found |false|When there is no information found.|
|moreResult|String|Loading more result...|false|The duration of connecting to the server and getting information.|
|value|false|null|false|The data that will be sent(returned) to v-model.|
|options|Array|false|true|The information with the type "array" that must be sent to the component.|
|maxHeight|String|false|false|Text box height.|
|title|String|false|true|The property that is shown in search results item.|
|placeholder|String|Type to search|false|It shows the place holder which is related to the text box.|
|loading|Boolean|false|false|For the time we want loading to be shown in the data of "async" .|
|limitText|String|2|false|The number of characters that the user enters in text box.|
|trackBy|String|false|true|Tracks the array according to the property that has been entered before.|