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
<InputGroup> could have better accessibility if it applied an aria-label to its <input>. If the placeholder prop exists, we should use that value. We'll need to consider how this interacts with <FormGroup> and wrapping <label> elements (we don't want to label the input twice).
The text was updated successfully, but these errors were encountered:
Environment
Feature request
<InputGroup>
could have better accessibility if it applied anaria-label
to its<input>
. If theplaceholder
prop exists, we should use that value. We'll need to consider how this interacts with<FormGroup>
and wrapping<label>
elements (we don't want to label the input twice).The text was updated successfully, but these errors were encountered: