Added form preloading, and autofocus on the first input element #26

Merged
retoor merged 2 commits from :main into main 2025-03-09 19:37:38 +01:00
Showing only changes of commit fd07001983 - Show all commits

View File

@ -304,7 +304,7 @@ class GenericForm extends HTMLElement {
if (!url.startsWith("/")) {
fullUrl.searchParams.set('url', url);
}
this.loadForm(fullUrl.toString())
this.loadForm(fullUrl.toString());
} else {
this.container.textContent = "No URL provided!";
}