-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tree-select): multiselect without checkbox + multiselect with sh…
…ift and ctrl (#UIM-156) (#400) * fixed input parameters and focus * fixed selection with shift * fixed selection and focus bugs * fixed tests * in dev example added parameter that switched on 'multiple' without checkboxes * selecting in list and tree * fixed tests * fixed bugs
- Loading branch information
1 parent
1cfdb42
commit 99835cb
Showing
11 changed files
with
185 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
#### With default parameters (autoselect="true", no-unselect="true") | ||
<!-- example(list-overview) --> | ||
|
||
### Single mode with groups | ||
<!-- example(list-groups) --> | ||
|
||
### Multiple mode with checkboxes | ||
<!-- example(list-multiple-checkbox) --> | ||
|
||
|
||
### Multiple mode without checkboxes | ||
<!-- example(list-multiple-keyboard) --> | ||
|
||
|
||
### Multiple mode without checkboxes | ||
<!-- example(list-groups) --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.