[new feature] TreeSelect: main-active-index support sync modifier (#4132)
This commit is contained in:
@@ -91,7 +91,7 @@ export default {
|
||||
| items | Required datasets for the component | `Item[]` | `[]` |
|
||||
| height | Height | `string | number` | `300` |
|
||||
| main-Active-index | The index of selected parent node | `number` | `0` |
|
||||
| active-id | Id of selected item | `string | number` | `0` |
|
||||
| active-id | Id of selected item | `string | number | (string | number)[]` | `0` |
|
||||
|
||||
### Events
|
||||
|
||||
|
||||
Reference in New Issue
Block a user