[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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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