mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
(cherry picked from commit 5a98d1e239
)
Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
parent
6937b3a268
commit
8232bd3f9d
@ -136,6 +136,7 @@ function FilterAddGroup({
|
|||||||
<Select
|
<Select
|
||||||
data={valueOptions}
|
data={valueOptions}
|
||||||
label={t`Value`}
|
label={t`Value`}
|
||||||
|
searchable={true}
|
||||||
placeholder={t`Select filter value`}
|
placeholder={t`Select filter value`}
|
||||||
onChange={(value: string | null) => setSelectedValue(value)}
|
onChange={(value: string | null) => setSelectedValue(value)}
|
||||||
maxDropdownHeight={800}
|
maxDropdownHeight={800}
|
||||||
|
Loading…
Reference in New Issue
Block a user