Skip to content

Commit

Permalink
feat: Cascader support multiple mode (ant-design#31936)
Browse files Browse the repository at this point in the history
* chore: Update cascader version

* chore: replace cascader

* chore: default allowClear

* chore: Update docs

* test: Back of part

* test: More snapshot

* test: more and more

* test: Failed of defaultValue

* test: all basic test case

* test: All snapshot

* chore: Update cascader

* chore: disable react/jsx-no-bind

* chore: fix lint

* chore: fix less order

* chore: fix deps

* docs: Update multiple demo

* docs: Add multiple example

* test: Update snapshot

* test: update snapshot
  • Loading branch information
zombieJ authored Aug 31, 2021
1 parent d86e1b5 commit 282b7c8
Show file tree
Hide file tree
Showing 19 changed files with 3,152 additions and 2,639 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ module.exports = {
'react/sort-comp': 0,
'react/display-name': 0,
'react/static-property-placement': 0,
'react/jsx-no-bind': 0, // Should not check test file
'react/no-find-dom-node': 0,
'react/no-unused-prop-types': 0,
'react/default-props-match-prop-types': 0,
Expand Down
Loading

0 comments on commit 282b7c8

Please sign in to comment.