2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

[PUI] Make filter choice drop-down searchable (#7830)

This commit is contained in:
Oliver
2024-08-08 09:27:00 +10:00
committed by GitHub
parent 0e8c2973b2
commit 5a98d1e239

View File

@ -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}