Created
July 30, 2019 16:43
-
-
Save aaggour/27a39f72b4af21f800fd63aa0574ac0e to your computer and use it in GitHub Desktop.
formnovalidate attribute
This file contains hidden or 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
| <form> | |
| <input type=number name=num min=1 max=10> | |
| <input type=submit formnovalidate value=Save> | |
| <input type=submit value=Submit> | |
| </form> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment