You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repository and believe that this is not a duplicate.
Version
2.0.1
Environment
ant-design-vue@2.0.1, windows, chrome, TSX with vue3
Reproduction link
(doesnt work)
Steps to reproduce
Our setup is TSX with vue3 with the composition api. And the new ant-design-vue@2.0.1
Of we maken an table with column. And in one of the columns we make it sortable and we set a custom filterIcon with a custom filterDropdown. Then every time we click the filtericon the sort also gets triggered with that specific column.
What is expected?
1.autofocus
2.no sorting
What is actually happening?
1.no autofocus
2.sorting
Sorry i am not able to make an workable codesandbox.io
The issue with sorting on clicking on the filtericon is solved when assigning a icon like this: column.filterIcon = [<SearchOutlined />];
instead of column.filterIcon = <SearchOutlined />;
The text was updated successfully, but these errors were encountered:
Version
2.0.1
Environment
ant-design-vue@2.0.1, windows, chrome, TSX with vue3
Reproduction link
(doesnt work)
Steps to reproduce
Our setup is TSX with vue3 with the composition api. And the new ant-design-vue@2.0.1
Of we maken an table with column. And in one of the columns we make it sortable and we set a custom filterIcon with a custom filterDropdown. Then every time we click the filtericon the sort also gets triggered with that specific column.
What is expected?
1.autofocus
2.no sorting
What is actually happening?
1.no autofocus
2.sorting
Sorry i am not able to make an workable codesandbox.io
The issue with sorting on clicking on the filtericon is solved when assigning a icon like this:
column.filterIcon = [<SearchOutlined />];
instead of
column.filterIcon = <SearchOutlined />;
The text was updated successfully, but these errors were encountered: