jtsage / jtsage-datebox

A multi-mode date and time picker for Bootstrap (3&4), jQueryMobile, Foundation, Bulma, FomanticUI, and UIKit (or others)
http://datebox.jtsage.dev/
Other
474 stars 166 forks source link

Mobile safari/webkit "next" button skips datebox field #287

Closed watkinshughes closed 10 years ago

watkinshughes commented 11 years ago

"tabbing" through form with iPhone next button seems to skip the datebox field

jtsage commented 10 years ago

correct. the field is readonly so that it relies on the enhancement UI. If you want to enable the "tabbing", you can set lockInput: false, for what it's worth though, most users I've observed don't even know those buttons are there for tabbing (short of power users, which you likely are). Also, I'm not sure if that will open the control - you will certainlly want to make sure useFocus: true is in force.