0.5.3 • Published 7 years ago
uxcore-pickable-form-field v0.5.3
uxcore-pickable-form-field
React pickable form field
Development
git clone https://github.com/uxcore/uxcore-pickable-form-field
cd uxcore-pickable-form-field
npm install
npm run serverif 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 startTest Case
npm run testCoverage
npm run coverageDemo
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+ |