TwitterBootstrapMvc
TwitterBootstrapMvc copied to clipboard
EyeCon DatePicker - not tab friendly
I've created a form that needs to be as keyword driven as possible. One issue I've noticed is that if you attempt to tab past a date field, the datepicker pops up and doesn't go away until you click away from it or select a new date.
Has anybody else noticed this or have a workaround? I've tried adding a blur event to the input to call $(this).datepicker('hide'); and this does work but it breaks the date actually being put in the box :(
maybe this can help: http://stackoverflow.com/questions/22488113/bootstrap-datepicker-not-close-when-tab-over
I've just had a look and the article and its dated 2012 - looked at my local bootstrap-datepicker.js and there is no variable named autoclose so setting it isn't going to help either :(