@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/package.json
CHANGED
|
@@ -221,7 +221,6 @@ const FormInput = ({
|
|
|
221
221
|
$extraStyles={extraStyles}
|
|
222
222
|
data-qa={dataQa || labelTextWhenNoError}
|
|
223
223
|
autoComplete={autocompleteValue}
|
|
224
|
-
aria-busy={true}
|
|
225
224
|
{...props}
|
|
226
225
|
/>
|
|
227
226
|
) : (
|
|
@@ -248,7 +247,6 @@ const FormInput = ({
|
|
|
248
247
|
$extraStyles={extraStyles}
|
|
249
248
|
data-qa={dataQa || labelTextWhenNoError}
|
|
250
249
|
autoComplete={autocompleteValue}
|
|
251
|
-
aria-busy={true}
|
|
252
250
|
{...props}
|
|
253
251
|
/>
|
|
254
252
|
)}
|