ywana-core8 0.0.245 → 0.0.246

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.
@@ -1108,6 +1108,7 @@ var DropDown = function DropDown(props) {
1108
1108
  }
1109
1109
  }
1110
1110
 
1111
+ console.log('dropdown', id, 'predictive', predictive);
1111
1112
  return /*#__PURE__*/React.createElement("div", {
1112
1113
  className: "dropdown"
1113
1114
  }, /*#__PURE__*/React.createElement(TextField, _extends({}, props, {
@@ -3472,7 +3473,7 @@ var StringEditor = function StringEditor(_ref6) {
3472
3473
  onChange: change,
3473
3474
  options: buildOptions(),
3474
3475
  readOnly: !editable,
3475
- canFilter: predictive
3476
+ predictive: predictive
3476
3477
  }) : /*#__PURE__*/React.createElement(TextField, {
3477
3478
  outlined: outlined,
3478
3479
  id: id,