How to set default radio group when checked parent/ grandparent node
nghiaphamhn opened this issue · 1 comments
nghiaphamhn commented
mar10 commented
There is no configuration to achieve this, but you could implement the click
handler and use node.visit()
to find and select the node as desired.