@entur/dropdown 5.4.9 → 5.4.10-beta.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.
@@ -2066,7 +2066,7 @@ var MultiSelect = function MultiSelect(_ref) {
2066
2066
  {
2067
2067
  var _inputRef$current$val2, _inputRef$current2;
2068
2068
  return _extends({}, changes, {
2069
- inputValue: clearInputOnSelect ? EMPTY_INPUT : (_inputRef$current$val2 = inputRef == null ? void 0 : (_inputRef$current2 = inputRef.current) == null ? void 0 : _inputRef$current2.value) != null ? _inputRef$current$val2 : EMPTY_INPUT
2069
+ inputValue: (_inputRef$current$val2 = inputRef == null ? void 0 : (_inputRef$current2 = inputRef.current) == null ? void 0 : _inputRef$current2.value) != null ? _inputRef$current$val2 : EMPTY_INPUT
2070
2070
  });
2071
2071
  }
2072
2072
  // remove leading whitespace, select item with spacebar if input is empty and filter list items