jquery-mobile-datepicker-wrapper
jquery-mobile-datepicker-wrapper copied to clipboard
Calendar widget is transparent
This seems to be similar to https://github.com/jquery/jquery-mobile/issues/6952
Here's what I see after accessing http://jsfiddle.net/FUGZN/ or http://jsbin.com/uzaret/1375/edit (before and after focusing on 1st input field)
Same happens when I try to use your plugin on my own page (sorry, can't share a public link as it requires authentication).
It can be fixed by adding CSS like <link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css"/>
however I've noticed this will bring too much of jQuery UI for me and will screw up other things like jQuery Mobile tabs.
I think you've externalized the jquery.mobile.datepicker.theme.css
but didn't include it in the demos? Adding <link>
to that file seemed to fix it for me although I'm not sure if it looks as it should:
The reason I'm not sure how the datepicker should look like is that I've been temp. banned from rawgit.com for viewing the demo page too much I guess. Apologies if this ticket is written up in an unclear way or if it should be logged in against jQ M docs...