You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a form field, for example: <Form.Field id='form-input-control-error-email' control={Input} label='Email' placeholder='[email protected]' error={false} />
Expected Result
The aria-invalid attribute should not be present (or should be false)
Bug Report
Steps
Use a form field, for example:
<Form.Field id='form-input-control-error-email' control={Input} label='Email' placeholder='[email protected]' error={false} />
Expected Result
The aria-invalid attribute should not be present (or should be false)
Actual Result
The aria-invalid attribute is set to true:
<input aria-describedby="form-input-control-error-email-error-message" aria-invalid="true" placeholder="[email protected]" id="form-input-control-error-email" type="text">
Version
1.2.0
The text was updated successfully, but these errors were encountered: