@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.cjs.js
CHANGED
|
@@ -42598,7 +42598,7 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
42598
42598
|
return !section.hidden;
|
|
42599
42599
|
}).map(function (section) {
|
|
42600
42600
|
return /*#__PURE__*/React__default.createElement(Motion, {
|
|
42601
|
-
tabIndex: section.hideRadioButton ? "-1" : "0",
|
|
42601
|
+
tabIndex: section.hideRadioButton || section.disabled ? "-1" : "0",
|
|
42602
42602
|
onKeyDown: function onKeyDown(e) {
|
|
42603
42603
|
return handleKeyDown(section.id, e);
|
|
42604
42604
|
},
|