Skip to content

Input with aria-required

What it sounds like

Username, edit text, required

Note that this doesn’t provide validation, only information.

What it looks like

<label for="sle-2">Username</label>
<input id="sle-2" aria-required="true" type="text" />