Drawer component inherit from ValueElement #4320
xaptronic
started this conversation in
Ideas / Feature Requests
Replies: 1 comment
-
Hi @xaptronic, That's a good question! I can't remember a specific reason why drawers don't inherit from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, LeftDrawer/RightDrawer/Drawer implements show/hide/toggle to control whether the drawer is open via it's
model-value
prop - however it doesn't use ValueElement functionality, so one cannot use property binding to control it's state.Is there a reason this is so, or would a PR to change the base class of Drawer be a welcome addition?
Beta Was this translation helpful? Give feedback.
All reactions