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 afea30aCopy full SHA for afea30a
docs/guide/config.md
@@ -66,6 +66,8 @@ export const config: FloatingVueConfig = {
66
* By default, compute autohide on 'click'.
67
*/
68
autoHideOnMousedown: false,
69
+ // Chose whether to automatically focus on the popper element after trigger
70
+ noAutoFocus: false,
71
// Themes
72
themes: {
73
tooltip: {
0 commit comments