Skip to content

Instantly share code, notes, and snippets.

@townivan
Last active June 21, 2024 11:57
Show Gist options
  • Save townivan/29cedb0f012e515e1da344af696b3a21 to your computer and use it in GitHub Desktop.
Save townivan/29cedb0f012e515e1da344af696b3a21 to your computer and use it in GitHub Desktop.
fmo-select
<div>
<label for="favoriteColor" class="fmo-reset-control-label">
FavColor
</label>
<div>
<select id="favoriteColor" name="FavColor" required aria-invalid="false">
<option value="">Select a color</option>
<option value="Red">Red</option>
<option value="Green">Green</option>
<option value="Blue">Blue</option>
</select>
<p class="fmo-reset-validation-message" role="alert">
<span aria-hidden="true">&otimes;</span>
FavColor is required.
</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment