@entur/dropdown 5.1.0-beta.0 → 5.1.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.
@@ -1817,7 +1817,7 @@ var SearchableDropdown = function SearchableDropdown(_ref) {
1817
1817
  className: classNames('eds-dropdown__wrapper', className),
1818
1818
  style: style
1819
1819
  }, React.createElement(form.BaseFormControl, _extends({
1820
- className: "eds-dropdown",
1820
+ className: classNames('eds-dropdown', 'eds-dropdown--searchable'),
1821
1821
  disabled: disabled,
1822
1822
  disableLabelAnimation: disableLabelAnimation,
1823
1823
  feedback: feedback,
@@ -2185,7 +2185,7 @@ var MultiSelect = function MultiSelect(_ref) {
2185
2185
  onClear: handleOnClear,
2186
2186
  getToggleButtonProps: getToggleButtonProps
2187
2187
  }),
2188
- className: "eds-dropdown",
2188
+ className: classNames('eds-dropdown', 'eds-dropdown--multiselect'),
2189
2189
  disabled: disabled,
2190
2190
  feedback: feedback,
2191
2191
  isFilled: hasSelectedItems || inputValue !== EMPTY_INPUT,