-
Hi, I'm trying to achieve single-row selection using a radio element, but it's not working. My simple approach is when selecting a row, it will be checked with the I made a minified example of the intended feature. Please check the example and help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I updated the onChange method on the selected row as follows:
Also, I extracted the radio input to its component to match the checkbox component provided in the examples section. Feel free to view the completed code example for reference. |
Beta Was this translation helpful? Give feedback.
-
Hi @fdmmarshall, could provide a sandbox for your app? |
Beta Was this translation helpful? Give feedback.
I updated the onChange method on the selected row as follows:
Also, I extracted the radio input to its component to match the checkbox component provided in the examples section. Feel free to view the completed code example for reference.