backbone-forms
backbone-forms copied to clipboard
Fix #537 - number field was swallowing enter key.
Remove the onKeyPress handler from the number field as HTML5 number doesn't allow non-numeric input. Add "TODO" test - it won't render field with a non-numeric value. Update example with number field. Fix bug with Form#handleEditorEvents tests running standalone - async in qunit.