@mw-kit/mw-ui 1.7.40 → 1.7.41

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 CHANGED
@@ -14764,7 +14764,7 @@ var Select = React__default.forwardRef(function (props, ref) {
14764
14764
  setPage(1);
14765
14765
  };
14766
14766
 
14767
- var inputProps = filterObject(props, ['type', 'onScrollEnd', 'position', 'value']);
14767
+ var inputProps = filterObject(props, ['type', 'onScrollEnd', 'position', 'value', 'onClear']);
14768
14768
 
14769
14769
  var _onScrollEnd = props.onScrollEnd || function () {};
14770
14770