mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
[PUI] Make filter choice drop-down searchable (#7830)
This commit is contained in:
parent
0e8c2973b2
commit
5a98d1e239
@ -136,6 +136,7 @@ function FilterAddGroup({
|
||||
<Select
|
||||
data={valueOptions}
|
||||
label={t`Value`}
|
||||
searchable={true}
|
||||
placeholder={t`Select filter value`}
|
||||
onChange={(value: string | null) => setSelectedValue(value)}
|
||||
maxDropdownHeight={800}
|
||||
|
Loading…
x
Reference in New Issue
Block a user