@entur/dropdown 6.0.3-RC.0 → 6.0.3-RC.1

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.
@@ -2265,7 +2265,7 @@ var MultiSelect = function MultiSelect(_ref) {
2265
2265
  preventKeyAction: isOpen,
2266
2266
  value: inputValue != null ? inputValue : EMPTY_INPUT,
2267
2267
  ref: inputRef
2268
- }))))), "; ;"), React.createElement(DropdownList, {
2268
+ })))))), React.createElement(DropdownList, {
2269
2269
  ariaLabelChosenSingular: ariaLabelChosenSingular,
2270
2270
  ariaLabelSelectedItem: ariaLabelSelectedItem,
2271
2271
  getItemProps: getItemProps,