-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: [calcite-tree] add selection-mode "none" #3121
Comments
Here's one example I found in the wild of "none" selection-mode with IntegralUI's TreeView component for Angular: |
This implementation from SAP also uses "none": https://sap.github.io/ui5-webcomponents/playground/components/Tree/ |
Please add your planning poker estimate with ZenHub @caripizza |
We also have a use case for this. Seems pretty straight forward, I could try to add this? |
Sure, @paulcpederson, we always appreciate your help! |
Stealing this one... 👿 |
Installed and assigned for verification. |
Verified in beta.92 👍🏻 |
Description
Support a calcite-tree selection-mode of "none", for displaying a hierarchical list of tree-items which display no icons on hover/focus, and do not allow any items to be selected.
Acceptance Criteria
A new selection-mode of "none" is added to the TreeSelectionMode type values. When a tree has selection-mode "none", no child tree-items can be selected, and no icons appear on :hover or :focus.
Relevant Info
Related issue tied to this request: #2210 (cc @bpatterson88)
Which Component
calcite-tree, calcite-tree-item
Example Use Case
(See screenshots provided in #2210)
The text was updated successfully, but these errors were encountered: