0.2.8 • Published 6 years ago

react-auto-completes v0.2.8

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

ReactAutoComplelte

NPM version Build Status

Dependency Status devDependency Status peerDependency Status

Auto filter data table

Installation

npm install react-auto-completes --save

Usage

inmport ReactAutoCompletes from 'react-auto-completes';
<div>
  <ReactAutoCompletes 
    bgcolor="red" // "#f00"
    txtColor="white" // "#fff"
    filterName="name, value" // limit maximum 5 filed
    value=''
    placeholder=''
    className=''
    location='1'
    data={[
        { name: 'one', value: 112 },
        { name: 'two', value: 511 },
        { name: 'three', value: 512 },
    ]}
    columns={[
        {title:'Name', filed: 'name'},
        {title:'Value', filed: 'value'}
    ]}
  />
</div>

Further options

PropertyTypeDefaultDescription
classNamestringform-controlcss class for html input element. also is passed to children
dataarray[]
filterNamearray['code', 'name', '...']limit maximum 5
locationnumber0location by table column
columnsarray[]
namestringReactAutoCompletehtml form prop
idstringhtml form prop
autoFocusbooleanfalsehtml autofocus prop
bgcolorstringhtml bgcolor prop. Background tr when have a event row up/down
txtColorstringhtml text color prop. text-color tr when have a event row up/down
placeholderstringhtml placeholder prop
tabIndexstringhtml tabIndex prop
disabledbooleanhtml disabled prop
readOnlybooleanhtml readOnly prop
onSelectDatafunctiononSelectData(params)html onSelectData prop

Contract

skype: hthanh_kg8991;

I am very happy to receive feedback from everyone. Thanks you
0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago