Skip to content

Commit

Permalink
Merge pull request baidu#10244 from 2betop/crud-auto-filter-reset
Browse files Browse the repository at this point in the history
chore: crud 的自动过滤器的重置按钮行为改成 clear-and-submit Close: baidu#10028
  • Loading branch information
hsm-lv authored May 17, 2024
2 parents 622a67c + 24f58e8 commit 3e300d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/amis/src/renderers/Table/AutoFilterForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ export function AutoFilterForm({
type: 'reset',
label: __('reset'),
size: 'sm',
className: 'w-18'
className: 'w-18',
actionType: 'clear-and-submit'
},

{
Expand Down

0 comments on commit 3e300d7

Please sign in to comment.