backbone-forms icon indicating copy to clipboard operation
backbone-forms copied to clipboard

Fix #537 - number field was swallowing enter key.

Open glenpike opened this issue 9 years ago • 0 comments

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.

glenpike avatar Dec 30 '16 23:12 glenpike