fix(client): support to search field (#6627)

This commit is contained in:
Junyi 2025-04-07 15:29:18 +08:00 committed by GitHub
parent 5f6d7f2e0e
commit 46227c877f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,6 +70,7 @@ export const FilterItem = observer(
className={css` className={css`
width: 160px; width: 160px;
`} `}
showSearch
fieldNames={fieldNames} fieldNames={fieldNames}
changeOnSelect={false} changeOnSelect={false}
value={dataIndex} value={dataIndex}