TwitterBootstrapMvc icon indicating copy to clipboard operation
TwitterBootstrapMvc copied to clipboard

EyeCon DatePicker - not tab friendly

Open jonathanmcnamee opened this issue 10 years ago • 2 comments

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 :(

jonathanmcnamee avatar Jun 23 '14 16:06 jonathanmcnamee

maybe this can help: http://stackoverflow.com/questions/22488113/bootstrap-datepicker-not-close-when-tab-over

gicalle avatar Jun 23 '14 17:06 gicalle

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 :(

jonathanmcnamee avatar Jun 26 '14 09:06 jonathanmcnamee