Input field in collections select now has autofocus.

Signed-off-by: colgiati <carlosolgiati@protonmail.com>
This commit is contained in:
colgiati
2025-07-13 17:16:33 +02:00
parent 2810d84d20
commit 547b09baff
+1
View File
@@ -251,6 +251,7 @@ const BookmarkForm = () => {
<CommandInput
className="min-w-[280px]"
placeholder="Search Collection..."
autoFocus={true}
/>
<CommandEmpty>No Collection found.</CommandEmpty>
{Array.isArray(collections) && (