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 1f92f58 commit 5b64b4aCopy full SHA for 5b64b4a
assets/js/app.ts
@@ -389,7 +389,9 @@ const Hooks = {
389
},
390
DeriveDomain: {
391
mounted() {
392
- const domainInput = document.querySelector("[data-domain-source]");
+ const domainInput = (this.el.closest("form") || document).querySelector(
393
+ "[data-domain-source]"
394
+ );
395
let shouldDerive = true;
396
397
// Listen for manual edits to the domain field
0 commit comments