TAMULib / weaver-components

Custom Web Components for the Weaver UI
MIT License
0 stars 1 forks source link

Issue 445: Enable programmatic control over expand/collapsed state via element attribute `collapsed`. #455

Closed kaladay closed 3 years ago

kaladay commented 3 years ago

The collapsed element attribute is a true/false boolean value that will update when either the internal boolean state changes or the element attribute value is manually changed.

Also rename isCollapsed to just collapsed.