React pickable form field
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
npm run test
npm run coverage
http://uxcore.github.io/components/pickable-form-field
Yes please! See the CONTRIBUTING for details.
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+ |