@entur/dropdown 5.4.8 → 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.
- package/dist/dropdown.cjs.development.js +1 -1
- package/dist/dropdown.cjs.development.js.map +1 -1
- package/dist/dropdown.cjs.production.min.js +1 -1
- package/dist/dropdown.cjs.production.min.js.map +1 -1
- package/dist/dropdown.esm.js +1 -1
- package/dist/dropdown.esm.js.map +1 -1
- package/dist/styles.css +86 -86
- package/package.json +8 -8
|
@@ -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:
|
|
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
|