mirror of
https://github.com/linkwarden/browser-extension.git
synced 2026-06-23 04:10:26 +00:00
Input field in collections select now has autofocus.
Signed-off-by: colgiati <carlosolgiati@protonmail.com>
This commit is contained in:
@@ -251,6 +251,7 @@ const BookmarkForm = () => {
|
||||
<CommandInput
|
||||
className="min-w-[280px]"
|
||||
placeholder="Search Collection..."
|
||||
autoFocus={true}
|
||||
/>
|
||||
<CommandEmpty>No Collection found.</CommandEmpty>
|
||||
{Array.isArray(collections) && (
|
||||
|
||||
Reference in New Issue
Block a user