Skip to content

Instantly share code, notes, and snippets.

@aaggour
Created July 29, 2019 19:47
Show Gist options
  • Save aaggour/1c778199777c752d18c89861a66b5adc to your computer and use it in GitHub Desktop.
Save aaggour/1c778199777c752d18c89861a66b5adc to your computer and use it in GitHub Desktop.
maxlength attribute
<input type="text" maxlength="10">
<textarea maxlength="20"></textarea>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment