Skip to content

Instantly share code, notes, and snippets.

@sean-ww
Last active February 26, 2019 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sean-ww/94ab2f5ffb5dc546a3eb28a99d1cd741 to your computer and use it in GitHub Desktop.
Save sean-ww/94ab2f5ffb5dc546a3eb28a99d1cd741 to your computer and use it in GitHub Desktop.
<div class="example-form">
<label
for="my-textarea"
id="my-textarea-count"
aria-live="polite"
aria-atomic="true"
>
My Textarea
<span class="character-count-start">(</span>
<span class="character-count-number">100</span>
<span class="character-count-end"> characters remaining)</span>
</label>
<textarea
id="my-textarea"
class="form-control"
placeholder="Please enter text..."
maxlength="100"
aria-describedby="my-textarea-count"
></textarea>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment