Checkbox And Radio Label doesn`t work in TreeNode`s title
See original GitHub issueVersion
2.13.5
Environment
window10、chrome
Reproduction link
https://codepen.io/Runtu/pen/NaBNJx?editors=0010
Steps to reproduce
- code detail in codepen
What is expected?
i expect <Radio.Button> is work in treeNode title
What is actually happening?
when i use Checkboxs Button or Radio
s Button in TreeNode title, i found it is not work to select checkbox by click the label for the checkbox
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Clicking on title or radio button to select Fancytree node
I'd like to be able to click on either the title or the associated radio button to select the node. With basic Fancytree...
Read more ><input type="radio"> - HTML: HyperText Markup Language
Where multiple controls exist, radio buttons allow one to be selected out of them all, whereas checkboxes allow multiple values to be selected....
Read more >Checks and radios · Bootstrap v5.1
Create consistent cross-browser and cross-device checkboxes and radios with our completely rewritten checks component.
Read more >Bootstrap Radio - examples & tutorial
A Radio Button is a component used to allow a user to make a single choice among a number of options (whereas Checkboxes...
Read more >Row Selection - JavaScript Data Grid
Working with AG Grid nodes is preferred over the row data as it provides you with ... Please note that clicking the header...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Try reinstall node_modules and set
selectable
to false.Like I mentioned above, this bug had been fixed in https://github.com/react-component/tree/commit/a719af3cafb6f31bba1724a5a75c390ea19d7e1d and released in rc-tree@1.7.8. You can try reinstall
node_modules
in your local development envioronment.The codepen would be still broken because it use a built dist file. It will be renew until next release.