Skip to content

Instantly share code, notes, and snippets.

@syenchuk
Created June 27, 2013 04:54
Show Gist options
  • Select an option

  • Save syenchuk/5874040 to your computer and use it in GitHub Desktop.

Select an option

Save syenchuk/5874040 to your computer and use it in GitHub Desktop.
<input> pattern for entering prices
<input type="text" class="input-float" pattern="\d+((,|\.)\d\d?)*" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment