@melt-ui/svelte
Advanced tools
Comparing version 0.37.2 to 0.37.3
@@ -278,3 +278,3 @@ import { useEscapeKeydown, usePopper } from '../../internal/actions/index.js'; | ||
// Disabled items can't be highlighted. Skip them. | ||
const candidateNodes = itemElements.filter((opt) => !isElementDisabled(opt) && !opt.dataset.hidden); | ||
const candidateNodes = itemElements.filter((opt) => !isElementDisabled(opt) && opt.dataset.hidden === undefined); | ||
// Get the index of the currently highlighted item. | ||
@@ -281,0 +281,0 @@ const $currentItem = get(highlightedItem); |
{ | ||
"name": "@melt-ui/svelte", | ||
"version": "0.37.2", | ||
"version": "0.37.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "exports": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
593776