shineout 1.12.16 → 1.12.18-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -105,6 +105,8 @@ function _default(type) {
105
105
  };
106
106
 
107
107
  _proto.handleEnter = function handleEnter(e) {
108
+ if (type === 'radio' && this.getChecked()) return;
109
+
108
110
  if ((0, _is.isEnterPress)(e)) {
109
111
  this.handleChange({
110
112
  target: {
package/css/index.d.ts CHANGED
@@ -3,7 +3,7 @@ import * as utils from './utils'
3
3
 
4
4
  declare const __default: {
5
5
  utils: typeof utils,
6
- version: '1.12.16'
6
+ version: '1.12.18-beta.1'
7
7
  }
8
8
 
9
9
  export default __default
package/css/index.js CHANGED
@@ -224,6 +224,6 @@ exports.Upload = _Upload.default;
224
224
  // Created by scripts/src-index.js.
225
225
  var _default = {
226
226
  utils: utils,
227
- version: '1.12.16'
227
+ version: '1.12.18-beta.1'
228
228
  };
229
229
  exports.default = _default;