question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Checkbox And Radio Label doesn`t work in TreeNode`s title

See original GitHub issue

Version

2.13.5

Environment

window10、chrome

Reproduction link

https://codepen.io/Runtu/pen/NaBNJx?editors=0010

Steps to reproduce

What is expected?

i expect <Radio.Button> is work in treeNode title

What is actually happening?

when i use Checkboxs Button or Radios Button in TreeNode title, i found it is not work to select checkbox by click the label for the checkbox

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
afc163commented, Oct 12, 2017
<Tree selectable={false} />

Try reinstall node_modules and set selectable to false.

0reactions
afc163commented, Oct 13, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found