Replies: 1 comment
-
It should be reactive. Maybe you can put a reproduction to let us figure out the problem. |
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
-
Struggling to write a reactive NCollpaseTransition in a render and was wondering if anyone could give me a hand.
This initially works but any changes to showDetails does not update the NCollapseTransition component and display/hide the details.
h(NSwitch, {onUpdateValue: () => this.toggleDetails(0)}), h(NCollapseTransition, { show: this.showDetails, }, () => "Details test copy goes here"),
Beta Was this translation helpful? Give feedback.
All reactions