m-numberpicker
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -76,2 +76,3 @@ 'use strict'; | ||
var disabled = _props.disabled; | ||
var readOnly = _props.readOnly; | ||
@@ -96,2 +97,3 @@ | ||
disabled: disabled, | ||
readOnly: readOnly, | ||
autoFocus: autoFocus, | ||
@@ -222,2 +224,3 @@ onBlur: this.onBlur, | ||
disabled: _react.PropTypes.bool, | ||
readOnly: _react.PropTypes.bool, | ||
autoFocus: _react.PropTypes.bool | ||
@@ -232,2 +235,3 @@ }; | ||
disabled: false, | ||
readOnly: false, | ||
autoFocus: false, | ||
@@ -234,0 +238,0 @@ onChange: function onChange() {} |
{ | ||
"name": "m-numberpicker", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "m-numberpicker 数字选择器", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -22,2 +22,3 @@ # numberpicker 数字选择器 | ||
| disabled | 禁用 | Boolean | false | | ||
| readOnly | 不可手动输入,仅可通过加减按钮增减数值 | Boolean | false | | ||
| autoFocus | 自动获得焦点 | Boolean | false | | ||
@@ -24,0 +25,0 @@ | onChange | 变化回调 | Function | `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
22923
199
32