ant-design/components/input
afc163 9c17f94cab
feat: Table filterMode and filterSearch functions (#31809)
* feat: Table supports filterMode="tree-select"

* add tree component

* fix detail

* use tree

* add @table-filter-dropdown-max-height

* feat: add check all to filter tree

* feat: add search

* feat: use filterTreeNode

* fix code style

* fix style

* style: tree node selected bg

* fix demo

* feat: add filterSearch

* fix: clear search value after close filter dropdown

* update snapshot

* code style

* fix test case

* chore: new FilterDropdown.tsx file

* chore: searchValueMatched function

* add test case

* test: add test cases

* feat: reset only works on dropdown state now

* chore: add table locales

* fix search input width

* tweak style

* style: update transfer search input style

* perf: improve table perf

* fix: filterMuiltiple={false}

* test: add test for selecting

* chore: fix table filter selection

* fix lint

* remove unused code

* fix: style dependencies

* test: turn off bail config for duplidated-package-plugin in feature branch

* Update components/table/hooks/useFilter/FilterSearch.tsx

Co-authored-by: Peach <scdzwyxst@gmail.com>

* fix locale link

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Peach <scdzwyxst@gmail.com>
2021-09-01 10:49:52 +08:00
..
__tests__ Merge pull request #31974 from ant-design/master-merge-feature 2021-08-31 19:41:20 +08:00
demo fix: TextArea style missing (#31391) 2021-07-13 21:38:19 +08:00
style fix: Form Input bordered={false} outline style again (#31754) 2021-08-11 11:48:53 +08:00
ClearableLabeledInput.tsx fix: circular dependencies in Modal & Input (#31817) 2021-08-17 16:22:42 +08:00
Group.tsx refactor: clean up some deprecated APIs (#24881) 2020-06-10 11:12:31 +08:00
index.en-US.md fix: align TextArea maxLength logic (#29867) 2021-03-23 15:03:47 +08:00
index.tsx feat: Add Input.Password 2018-12-05 19:46:06 +08:00
index.zh-CN.md fix: TextArea control with maxLenght (#30070) 2021-04-09 13:11:18 +08:00
Input.tsx feat: Table filterMode and filterSearch functions (#31809) 2021-09-01 10:49:52 +08:00
Password.tsx chore: replace omit (#28846) 2021-01-13 21:00:30 +08:00
Search.tsx style: Condition 'typeof enterButton === 'undefined'' is always false. (#30970) 2021-06-13 12:54:35 +08:00
TextArea.tsx fix: TextArea style missing (#31391) 2021-07-13 21:38:19 +08:00
utils.ts fix: circular dependencies in Modal & Input (#31817) 2021-08-17 16:22:42 +08:00