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
We have a very simple form with only one input field. The extension is a note taking extension. We believe in this scenario showing the label would just visually clutter the UI. This is why we would like to visually hide the label without impacting the accessibility of this text area.
But the hidden prop of the <Label /> component has no effect.
<Label hidden={true}>Notiz</Label>
The text was updated successfully, but these errors were encountered:
You can just remove the label and add a "aria-label" prop to the TextArea. But your right, the hidden prop should also have an effect, we will have a look at that issue
You can just remove the label and add a "aria-label" prop to the TextArea. But your right, the hidden prop should also have an effect, we will have a look at that issue
Project Information
mStudio Extension
Feedback
We have a very simple form with only one input field. The extension is a note taking extension. We believe in this scenario showing the label would just visually clutter the UI. This is why we would like to visually hide the label without impacting the accessibility of this text area.
But the
hidden
prop of the<Label />
component has no effect.The text was updated successfully, but these errors were encountered: