We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb89192 commit 707dcb6Copy full SHA for 707dcb6
src/TableColumn.js
@@ -25,7 +25,7 @@ class TableColumn extends React.Component{
25
shouldUpdated = shouldUpdated ||
26
children.props.dangerouslySetInnerHTML.__html !==
27
nextProps.children.props.dangerouslySetInnerHTML.__html;
28
- } else if(children.props.type === 'checkbox') {
+ } else if(children.props.type === 'checkbox' || children.props.type === 'radio') {
29
30
children.props.type !== nextProps.children.props.type ||
31
children.props.checked !== nextProps.children.props.checked;
0 commit comments