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

(cherry picked from commit 5a98d1e239)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
github-actions[bot] 2024-08-08 09:27:48 +10:00 committed by GitHub
parent 6937b3a268
commit 8232bd3f9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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}