function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sandy GaliSandy Gali 

Date Picker in Visualforce page using Lightning design system

I am trying to use date picker in ligtning design system and and using the idea explained in below link to do it.
http://salesforce.stackexchange.com/questions/102599/lightning-slds-styling-for-calendar

This works fine in the browser on the desktop but when I open it Salesforce1 it doesnot work properly and comes out in a weird way.
User-added image
Any idea on how to solve this
 
Best Answer chosen by Sandy Gali
Sandy GaliSandy Gali
For any one checking this later, I have solved this issue.
You need to include standardStylesheets="false" to make it work.

All Answers

Sandy GaliSandy Gali
For any one checking this later, I have solved this issue.
You need to include standardStylesheets="false" to make it work.
This was selected as the best answer
Jesus GaviriaJesus Gaviria
Hey Sandy, I added the standardStylesheets="false" but it doesn't work, a javascript error shows : TypeError: a is null you know why?
Sandy GaliSandy Gali
Hi Jesus Gaviria ,
                            Is it happening in the browser or in the mnobile. The code in the stackexchange link should work. If you can post your code here, then I can see on what the issue might be.

Regards,
Sandy
NewBie09NewBie09
yeah after including standardStylesheets="false" it works fine in vf page  but in SF1 page data picker  appears down as you mentioned in the image . can you help me solve this issue