uxcore-pickable-form-field

uxcore-pickable-form-field component for uxcore.


Keywords
react, react-component, uxcore-pickable-form-field, PickableFormField, component
License
MIT
Install
npm install uxcore-pickable-form-field@0.4.1

Documentation

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

Name Type Required Default Comments
multiple boolean optional true 是否支持多选
value string/number required - pickable Item 对应的值
type string optional normal 样式风格,可选值为normal,simple,hook
max number optional 99 最大显示的数字,超过 max,显示 max+