@royaloperahouse/chord 2.3.4 → 2.3.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.
@@ -3815,7 +3815,7 @@ var TextField = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
3815
3815
  "data-testid": "text-field-input",
3816
3816
  ref: ref,
3817
3817
  "aria-invalid": !isMobile ? error !== undefined : undefined,
3818
- "aria-describedby": !error ? errorId : undefined
3818
+ "aria-describedby": error ? errorId : undefined
3819
3819
  }, inputProps)), isPasswordField && /*#__PURE__*/React__default.createElement(ShowHideButton, {
3820
3820
  type: "button",
3821
3821
  onClick: showHideClickHandler,