X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/64e1ec4d0f152bc9a279c2f016a111f9943dc6a4..438f28dde974881d2628fcf9a9cc1a811e90ebe1:/src/components/SearchSection.svelte?ds=sidebyside diff --git a/src/components/SearchSection.svelte b/src/components/SearchSection.svelte index e7520ad..e50bbdf 100644 --- a/src/components/SearchSection.svelte +++ b/src/components/SearchSection.svelte @@ -95,7 +95,8 @@ type="text" class="form-control form-control-sm" placeholder="Search" - value="{api_request_params.q || ''}" /> + value="{api_request_params.q || ''}" + autofocus />