0.0.9 • Published 5 years ago

hc-autocomplete-paging v0.0.9

Weekly downloads
4
License
-
Repository
-
Last release
5 years ago

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:

propstypedefaultrequiredDescription
notFoundTextStringNo matches foundfalseWhen there is no information found.
moreResultStringLoading more result...falseThe duration of connecting to the server and getting information.
valuefalsenullfalseThe data that will be sent(returned) to v-model.
optionsArrayfalsetrueThe information with the type "array" that must be sent to the component.
maxHeightStringfalsefalseText box height.
titleStringfalsetrueThe property that is shown in search results item.
placeholderStringType to searchfalseIt shows the place holder which is related to the text box.
loadingBooleanfalsefalseFor the time we want loading to be shown in the data of "async" .
limitTextString2falseThe number of characters that the user enters in text box.
trackByStringfalsetrueTracks the array according to the property that has been entered before.