mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: custom search select query fix (#1610)
This commit is contained in:
parent
2229d8d828
commit
6fe99c7f3e
@ -109,6 +109,7 @@ export const CustomSearchSelect = ({
|
|||||||
<MagnifyingGlassIcon className="h-3 w-3 text-custom-text-200" />
|
<MagnifyingGlassIcon className="h-3 w-3 text-custom-text-200" />
|
||||||
<Combobox.Input
|
<Combobox.Input
|
||||||
className="w-full bg-transparent py-1 px-2 text-xs text-custom-text-200 placeholder:text-custom-text-400 focus:outline-none"
|
className="w-full bg-transparent py-1 px-2 text-xs text-custom-text-200 placeholder:text-custom-text-400 focus:outline-none"
|
||||||
|
value={query}
|
||||||
onChange={(e) => setQuery(e.target.value)}
|
onChange={(e) => setQuery(e.target.value)}
|
||||||
placeholder="Type to search..."
|
placeholder="Type to search..."
|
||||||
displayValue={(assigned: any) => assigned?.name}
|
displayValue={(assigned: any) => assigned?.name}
|
||||||
|
Loading…
Reference in New Issue
Block a user