fix: tooltips for form fields not showing

This commit is contained in:
Björn Fromme
2025-11-11 15:12:28 +01:00
parent e7cf172b9f
commit 84ed41f325
2 changed files with 13 additions and 5 deletions
+3
View File
@@ -16,14 +16,17 @@ export default class extends Controller {
trigger: 'click',
allowHTML: true,
interactive: true,
appendTo: document.body,
}
} else {
options = {
content: this.contentValue,
placement,
touch: false,
trigger: 'mouseenter focus',
allowHTML: true,
interactive: true,
appendTo: document.body,
}
}
if (this.hasTriggerTarget) {