powmedia / backbone-forms

Form framework for BackboneJS with nested forms, editable lists and validation
MIT License
2.17k stars 415 forks source link

Fix #537 - number field was swallowing enter key. #538

Open glenpike opened 7 years ago

glenpike commented 7 years ago

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.