KwestResearch / engineering

Engineering Repositry
0 stars 0 forks source link

Numeric fields being left blank #52

Closed mccuskk closed 9 years ago

mccuskk commented 9 years ago

Chrome leaves a numeric field blank if you add text e.g. "2 years"

mccuskk commented 9 years ago

Fixed by controlling these fields to not permit any other text to be entered.

At the same time added code to set focus into these fields when they are the first control on the page and to allow pressing enter to trigger the next button. Also added code to position the cursor at the end of the field if you return to it.