focus on the search in select fix

This commit is contained in:
suryacp23 2026-07-29 13:07:54 +05:30
parent 6d503e4763
commit f34302d14e

View File

@ -388,7 +388,6 @@ export function MultiSelect({
onChange={(e) => setSearchQuery(e.target.value)}
placeholder="Search options..."
className="w-full text-xs bg-transparent border-none outline-none text-strong placeholder:text-muted"
autoFocus
/>
{searchQuery && (
<button