@thecb/components 8.4.6-beta.1 → 8.4.6-beta.3

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
@@ -49382,7 +49382,7 @@ var RadioGroup = function RadioGroup(_ref) {
49382
49382
  groupName: groupName,
49383
49383
  setValue: setValue,
49384
49384
  handleChange: handleChange,
49385
- "aria-invalid": field.dirty && field.hasErrors || field.hasErrors && showErrors
49385
+ "aria-invalid": field.dirty && field.hasErrors
49386
49386
  }));
49387
49387
  })));
49388
49388
  };