mirror of
https://codeberg.org/Freedium-cfd/web.git
synced 2026-03-11 09:04:37 +00:00
ui: add autofocus (PR GH #26 by @mayeenulislam)
Source: https://github.com/Freedium-cfd/web/pull/26
This commit is contained in:
parent
c0ffc87932
commit
1c60835e8e
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
type="text"
|
||||
placeholder="Enter Medium post link"
|
||||
class="w-full focus:outline-none text-green-500 dark:bg-gray-600 border-gray-300"
|
||||
autofocus
|
||||
/>
|
||||
<button
|
||||
type="submit"
|
||||
|
|
|
|||
Loading…
Reference in a new issue