Enterprise: Add Tree readonly() method

Created on 5 Sep 2018  路  2Comments  路  Source: infor-design/enterprise

Is your feature request related to a problem? Please describe.
A feature method to readonly the entire Tree.

Describe the solution you'd like
The assumed solution is the ability to readonly the entire Tree by readonlyifying each node.

Describe alternatives you've considered
An alternative solution could be readonlyifying the parent element in Tree and styling the nodes as readonly based on a parent class.
An additional method could be to readonlyify a single node.

Additional context
Parent issue: #561 .

[2] type

Most helpful comment

Barring any disagreement, I'm closing this ticket as Tree is not editable by the user and therefore anything accomplished by a readonly state is accomplished by a disabled state. If, at some point, a user is able to edit nodes, perhaps then we can revisit to distinguish between readonly and disabled in the context of Tree.

All 2 comments

Barring any disagreement, I'm closing this ticket as Tree is not editable by the user and therefore anything accomplished by a readonly state is accomplished by a disabled state. If, at some point, a user is able to edit nodes, perhaps then we can revisit to distinguish between readonly and disabled in the context of Tree.

No argument here!

Was this page helpful?
0 / 5 - 0 ratings