@progress/kendo-react-dropdowns 5.14.0-dev.202306022036 → 5.14.0

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.
@@ -172,7 +172,7 @@ var MultiSelectWithoutContext = /** @class */ (function (_super) {
172
172
  };
173
173
  _this.onChangeHandler = function (event) {
174
174
  var state = _this.base.initState();
175
- var value = event.currentTarget.value;
175
+ var value = event.target.value;
176
176
  state.syntheticEvent = event;
177
177
  if (_this.props.filter === undefined) {
178
178
  state.data.text = value;
@@ -319,8 +319,7 @@ var MultiSelectWithoutContext = /** @class */ (function (_super) {
319
319
  };
320
320
  return (React.createElement(AdaptiveMode, __assign({}, actionSheetProps),
321
321
  React.createElement(ActionSheetContent, { className: '!k-overflow-hidden' },
322
- filterable && React.createElement(ListFilter, { value: mobileText, ref: function (adaptiveFilter) { return _this._adaptiveInput = adaptiveFilter && adaptiveFilter.element; }, onChange: _this.onChangeHandler, onKeyDown: _this.onInputKeyDown, size: _this.props.size, rounded: _this.props.rounded, fillMode: _this.props.fillMode }),
323
- _this.listContainerContent())));
322
+ React.createElement("div", { className: 'k-list-container' }, _this.listContainerContent()))));
324
323
  };
325
324
  _this.closePopup = function (event) {
326
325
  var state = _this.base.initState();
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-react-dropdowns',
6
6
  productName: 'KendoReact',
7
7
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
8
- publishDate: 1685735546,
8
+ publishDate: 1685989275,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
11
11
  };
@@ -175,7 +175,7 @@ var MultiSelectWithoutContext = /** @class */ (function (_super) {
175
175
  };
176
176
  _this.onChangeHandler = function (event) {
177
177
  var state = _this.base.initState();
178
- var value = event.currentTarget.value;
178
+ var value = event.target.value;
179
179
  state.syntheticEvent = event;
180
180
  if (_this.props.filter === undefined) {
181
181
  state.data.text = value;
@@ -322,8 +322,7 @@ var MultiSelectWithoutContext = /** @class */ (function (_super) {
322
322
  };
323
323
  return (React.createElement(AdaptiveMode_1.AdaptiveMode, __assign({}, actionSheetProps),
324
324
  React.createElement(kendo_react_layout_1.ActionSheetContent, { className: '!k-overflow-hidden' },
325
- filterable && React.createElement(ListFilter_1.default, { value: mobileText, ref: function (adaptiveFilter) { return _this._adaptiveInput = adaptiveFilter && adaptiveFilter.element; }, onChange: _this.onChangeHandler, onKeyDown: _this.onInputKeyDown, size: _this.props.size, rounded: _this.props.rounded, fillMode: _this.props.fillMode }),
326
- _this.listContainerContent())));
325
+ React.createElement("div", { className: 'k-list-container' }, _this.listContainerContent()))));
327
326
  };
328
327
  _this.closePopup = function (event) {
329
328
  var state = _this.base.initState();
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-react-dropdowns',
9
9
  productName: 'KendoReact',
10
10
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
11
- publishDate: 1685735546,
11
+ publishDate: 1685989275,
12
12
  version: '',
13
13
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
14
14
  };