@thecb/components 6.2.4 → 6.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js
CHANGED
|
@@ -42590,7 +42590,7 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
42590
42590
|
return !section.hidden;
|
|
42591
42591
|
}).map(function (section) {
|
|
42592
42592
|
return /*#__PURE__*/React.createElement(Motion, {
|
|
42593
|
-
tabIndex: section.hideRadioButton ? "-1" : "0",
|
|
42593
|
+
tabIndex: section.hideRadioButton || section.disabled ? "-1" : "0",
|
|
42594
42594
|
onKeyDown: function onKeyDown(e) {
|
|
42595
42595
|
return handleKeyDown(section.id, e);
|
|
42596
42596
|
},
|