Skip to content

Commit

Permalink
fix: 修改筛选器遮挡问题 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei authored Sep 20, 2023
1 parent 74ff906 commit 1ae94f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/li-p2/src/components/Filter/FilterItem/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ export const FilterItem = (props: FilterItemProps) => {
placeholder="请选择筛选字段"
value={field}
options={fieldOptions}
popupMatchSelectWidth={false}
filterOption={(input, option) => (option?.title ?? '').includes(input)}
onChange={(val: string) => onFieldChange(val)}
/>
Expand Down

0 comments on commit 1ae94f8

Please sign in to comment.