@mw-kit/mw-ui 1.7.36 → 1.7.37
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.
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +0 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12435,7 +12435,6 @@ var Input$1 = React__default.forwardRef(function (props, ref) {
|
|
|
12435
12435
|
}),
|
|
12436
12436
|
width: '14px'
|
|
12437
12437
|
};
|
|
12438
|
-
inputProps.disabled = true;
|
|
12439
12438
|
} else if (clearable) {
|
|
12440
12439
|
position = position || 'right';
|
|
12441
12440
|
iconOnClick = typeof clearable === 'function' ? clearable : function () {
|