@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.modern.js
CHANGED
|
@@ -12432,7 +12432,6 @@ var Input$1 = React__default.forwardRef(function (props, ref) {
|
|
|
12432
12432
|
}),
|
|
12433
12433
|
width: '14px'
|
|
12434
12434
|
};
|
|
12435
|
-
inputProps.disabled = true;
|
|
12436
12435
|
} else if (clearable) {
|
|
12437
12436
|
position = position || 'right';
|
|
12438
12437
|
iconOnClick = typeof clearable === 'function' ? clearable : function () {
|