ywana-core8 0.1.10 → 0.1.11

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
@@ -4229,12 +4229,15 @@
4229
4229
  var id = _ref5.id,
4230
4230
  filterable = _ref5.filterable,
4231
4231
  onFilter = _ref5.onFilter,
4232
+ _ref5$predictive = _ref5.predictive,
4233
+ predictive = _ref5$predictive === void 0 ? false : _ref5$predictive,
4232
4234
  options = _ref5.options;
4233
4235
  var value = form[id] ? form[id] : '';
4234
4236
  var field = options ? /*#__PURE__*/React__default["default"].createElement(DropDown, {
4235
4237
  id: id,
4236
4238
  value: value,
4237
4239
  options: options,
4240
+ predictive: predictive,
4238
4241
  onChange: function onChange(id, value) {
4239
4242
  return changeFilter(id, value, onFilter);
4240
4243
  },