Skip to content

Instantly share code, notes, and snippets.

@bartcis
Last active May 12, 2019 09:52
Show Gist options
  • Save bartcis/8eda0db2d2e9023eb26c7d9db11d64c7 to your computer and use it in GitHub Desktop.
Save bartcis/8eda0db2d2e9023eb26c7d9db11d64c7 to your computer and use it in GitHub Desktop.
Example input field in HTML
<input type="text" class="form__field__input" name="firstName" placeholder=" " pattern="[A-Za-z]{2,99}" required>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment