@entur/dropdown 6.0.3-beta.0 → 6.0.3-beta.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.
- 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 +96 -96
- package/package.json +2 -2
package/dist/dropdown.esm.js
CHANGED
|
@@ -1332,7 +1332,7 @@ var DropdownList = function DropdownList(_ref) {
|
|
|
1332
1332
|
// use popover from @entur/tooltip when that package upgrades to floating-ui
|
|
1333
1333
|
React.createElement("ul", _extends({}, getMenuProps({
|
|
1334
1334
|
'aria-multiselectable': isMultiselect,
|
|
1335
|
-
ref:
|
|
1335
|
+
ref: listRef
|
|
1336
1336
|
}), {
|
|
1337
1337
|
className: "eds-dropdown__list",
|
|
1338
1338
|
style: _extends({
|