Last active
May 12, 2019 09:52
-
-
Save bartcis/8eda0db2d2e9023eb26c7d9db11d64c7 to your computer and use it in GitHub Desktop.
Example input field in HTML
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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