0.5.3 • Published 7 years ago

uxcore-pickable-form-field v0.5.3

Weekly downloads
18
License
MIT
Repository
github
Last release
7 years ago

uxcore-pickable-form-field

React pickable form field

NPM version build status Test Coverage Dependency Status devDependency Status NPM downloads

Sauce Test Status

Development

git clone https://github.com/uxcore/uxcore-pickable-form-field
cd uxcore-pickable-form-field
npm install
npm run server

if you'd like to save your install time,you can use uxcore-tools globally.

npm install uxcore-tools -g
git clone https://github.com/uxcore/uxcore-pickable-form-field
cd uxcore-pickable-form-field
npm install
npm run dep
npm run start

Test Case

npm run test

Coverage

npm run coverage

Demo

http://uxcore.github.io/components/pickable-form-field

Contribute

Yes please! See the CONTRIBUTING for details.

API

Props

NameTypeRequiredDefaultComments
multiplebooleanoptionaltrue是否支持多选
valuestring/numberrequired-pickable Item 对应的值
typestringoptionalnormal样式风格,可选值为normal,simple,hook
maxnumberoptional99最大显示的数字,超过 max,显示 max+
0.5.3

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.4

7 years ago

0.4.3

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago