hc-autocomplete-paging

0.0.9 • Public • Published

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.

Package Sidebar

Install

npm i hc-autocomplete-paging

Weekly Downloads

10

Version

0.0.9

License

none

Unpacked Size

691 kB

Total Files

6

Last publish

Collaborators

  • maziarhaftcin