@thecb/components 9.0.4-beta.3 → 9.0.4-beta.4
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
|
@@ -26058,8 +26058,7 @@ var FormInput = function FormInput(_ref15) {
|
|
|
26058
26058
|
$customHeight: customHeight,
|
|
26059
26059
|
$extraStyles: extraStyles,
|
|
26060
26060
|
"data-qa": dataQa || labelTextWhenNoError,
|
|
26061
|
-
autoComplete: autocompleteValue
|
|
26062
|
-
"aria-busy": true
|
|
26061
|
+
autoComplete: autocompleteValue
|
|
26063
26062
|
}, props)) : /*#__PURE__*/React__default.createElement(InputField, _extends({
|
|
26064
26063
|
"aria-labelledby": createIdFromString(labelTextWhenNoError),
|
|
26065
26064
|
"aria-describedby": createIdFromString(labelTextWhenNoError, "error message"),
|
|
@@ -26078,8 +26077,7 @@ var FormInput = function FormInput(_ref15) {
|
|
|
26078
26077
|
$customHeight: customHeight,
|
|
26079
26078
|
$extraStyles: extraStyles,
|
|
26080
26079
|
"data-qa": dataQa || labelTextWhenNoError,
|
|
26081
|
-
autoComplete: autocompleteValue
|
|
26082
|
-
"aria-busy": true
|
|
26080
|
+
autoComplete: autocompleteValue
|
|
26083
26081
|
}, props))), /*#__PURE__*/React__default.createElement("div", {
|
|
26084
26082
|
role: "status",
|
|
26085
26083
|
"aria-atomic": true
|