@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.
@@ -2070,7 +2070,7 @@ var MultiSelect = function MultiSelect(_ref) {
2070
2070
  {
2071
2071
  var _inputRef$current$val2, _inputRef$current2;
2072
2072
  return _extends({}, changes, {
2073
- 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
2073
+ inputValue: (_inputRef$current$val2 = inputRef == null ? void 0 : (_inputRef$current2 = inputRef.current) == null ? void 0 : _inputRef$current2.value) != null ? _inputRef$current$val2 : EMPTY_INPUT
2074
2074
  });
2075
2075
  }
2076
2076
  // remove leading whitespace, select item with spacebar if input is empty and filter list items