Skip to content

Instantly share code, notes, and snippets.

@wegorich
Created November 4, 2014 07:51
Show Gist options
  • Save wegorich/afda334dca502d73d95c to your computer and use it in GitHub Desktop.
Save wegorich/afda334dca502d73d95c to your computer and use it in GitHub Desktop.
Disable submit empty string in native html
<input type="text" required pattern=".*\S+.*" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment