]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/components/SearchSectionReverse.svelte
autofocus on search fields
[nominatim-ui.git] / src / components / SearchSectionReverse.svelte
index a455a4ea82d76b2cc6461bde146bcc6028bfea6b..e8f1a47bb90534b6b4b9e8c9a8db323665af1509 100644 (file)
@@ -49,6 +49,7 @@
            class="form-control form-control-sm d-inline"
            placeholder="latitude"
            pattern="^-?\d+(\.\d+)?$"
+           autofocus
            bind:value={lat}
            on:change={maybeSplitLatitude} />
   </div>