rmc-picker
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "rmc-picker", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "m-picker ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -55,3 +55,3 @@ # rmc-picker | ||
## Usage | ||
见 example | ||
see example | ||
@@ -66,2 +66,5 @@ ## API | ||
|prefixCls | prefix class | String | '' | | ||
|open | controlled open state | bool | false | | ||
|data | input data | array<array{obj}> | [ [{name, value, selected(option)},...], ... ] | | ||
|value | default selected values corresponding to the input data above | array | [val1, val2] | | ||
|onChange | fire when change the selector's item | Function | '' | | ||
@@ -68,0 +71,0 @@ |onOk | fire when finish select the selector | Function | '' | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
84
20962
9
555