Hello @jdphoenix,
Hope you’re doing well today!
I was able to replicate the issue on the page that you’ve shared. Upon trying to replicate it in my lab environment, the datepicker worked as expected and showed the Month and Year values just fine.
Moving forward, I checked the CSS on the page you shared and confirmed the issue is due to padding that you’ve set for the fields for the mobile layout. Please refer to the screenshots here: https://monosnap.ai/file/g8szuFJ7cC6ozFSp0SVIKWppwnppbd
If I disable the Padding, the values show up fine, please check the screenshot here: https://monosnap.ai/file/arba4vcuGdmcKgFqRpwg3lINik9bp2
Please adjust the padding values, by removing the “!important” part as it is overriding the styles and causing the issue that you are noticing.
Please let us know if you have any further questions.
Kind Regards,
Saurabh
Thanks for the reply. That worked. Appreciate your help on this.