feat(TreeSelect): add max prop (#4323)

This commit is contained in:
neverland
2019-09-02 16:54:48 +08:00
committed by GitHub
parent 9adf00b8a1
commit 8eab7b41b5
4 changed files with 40 additions and 3 deletions
+1
View File
@@ -97,6 +97,7 @@ export default {
| height | Height | *string \| number* | `300` | - |
| main-Active-index | The index of selected parent node | *number* | `0` | - |
| active-id | Id of selected item | *string \| number \| (string \| number)[]* | `0` | - |
| max | Maximum number of selected items | *number* | `Infinity` | 2.1.9 |
### Events