We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ffe00 commit 1985776Copy full SHA for 1985776
packages/floating-vue/src/components/PopperContent.vue
@@ -22,7 +22,7 @@
22
position: result.strategy,
23
transform: `translate3d(${Math.round(result.x)}px,${Math.round(result.y)}px,0)`,
24
} : undefined"
25
- :aria-hidden="shown ? 'false' : 'true'"
+ :aria-hidden="shown || autoHide ? 'false' : 'true'"
26
:tabindex="autoHide ? 0 : undefined"
27
:data-popper-placement="result ? result.placement : undefined"
28
@keyup.esc="autoHide && $emit('hide')"
0 commit comments