vue-blu
vue-blu copied to clipboard
Some DatePicker fields appear unstyled and use system calendar on mobile (Android)
Some of the DatePicker fields do not appear styled on mobile while others do:
Also, the unstyled fields show the system default calendar while the styled ones show flatpickr:
Can confirm. On desktop there is one input in a datepicker: Screenshot on desktop On Android and even Google Device Toolbar there is another input and it seems to be unstyled. Screenshot on mobile
UPD: Basically, mobile input is missing "input" class or styling for "flatpickr-mobile"
@chenz24 Thank you, but this is not the case.
Was able to replicate missing styles on official Flatpickr's examples and with latest available code from plugin github page.
Local workaround is to dublicate Bulma's .input
class styling to .flatpickr-mobile
class.
@acidbiscuit can you elaborate on what you mean? an exmple? can't get this to work on mobile.