focus on the search in select fix
This commit is contained in:
parent
6d503e4763
commit
f34302d14e
@ -388,7 +388,6 @@ export function MultiSelect({
|
|||||||
onChange={(e) => setSearchQuery(e.target.value)}
|
onChange={(e) => setSearchQuery(e.target.value)}
|
||||||
placeholder="Search options..."
|
placeholder="Search options..."
|
||||||
className="w-full text-xs bg-transparent border-none outline-none text-strong placeholder:text-muted"
|
className="w-full text-xs bg-transparent border-none outline-none text-strong placeholder:text-muted"
|
||||||
autoFocus
|
|
||||||
/>
|
/>
|
||||||
{searchQuery && (
|
{searchQuery && (
|
||||||
<button
|
<button
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user