ywana-core8 0.0.160 → 0.0.161

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.umd.js CHANGED
@@ -2954,7 +2954,9 @@
2954
2954
  label = field.label,
2955
2955
  options = field.options,
2956
2956
  _field$editable = field.editable,
2957
- editable = _field$editable === void 0 ? true : _field$editable;
2957
+ editable = _field$editable === void 0 ? true : _field$editable,
2958
+ _field$predictive = field.predictive,
2959
+ predictive = _field$predictive === void 0 ? false : _field$predictive;
2958
2960
 
2959
2961
  function change(id, value) {
2960
2962
  if (onChange) onChange(id, value);
@@ -2983,7 +2985,7 @@
2983
2985
  onChange: change,
2984
2986
  options: buildOptions(),
2985
2987
  readOnly: !editable,
2986
- canFilter: false
2988
+ canFilter: predictive
2987
2989
  }) : /*#__PURE__*/React__default["default"].createElement(TextField, {
2988
2990
  outlined: outlined,
2989
2991
  id: id,