Skip to content

Commit

Permalink
#59 add autofocus in subdomain modal
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasBuchfink committed Feb 22, 2023
1 parent b92d770 commit 1d59928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/components/modals/SubdomainModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ const InSiteSubdomain: FC = () => {
name="subdomain"
type="text"
autoComplete="subdomain"
autofocus
className="block w-full appearance-none rounded-md border border-zinc-300 px-3 py-2 placeholder-zinc-400 shadow-sm focus:border-zinc-500 focus:outline-none focus:ring-zinc-500 sm:text-sm"
/>
</div>
Expand Down

0 comments on commit 1d59928

Please sign in to comment.