Skip to main content
Max Paquin preguntó en #Mobile
Hi everyone,

I was hoping someone would have an answer to a bug I am seeing in the Salesforce1 app.

I created a flow with a date field and created a VF page to host the flow. Everything works fine but when accessing the page in the Salesforce1 mobile app I see a random calendar at the bottom of the screen. I know this is linked to my date field but I can't figure out how to remove it from there.

thank you for your help,

Max

Visual Flow date field bug 
2 respuestas
  1. 12 jun 2015, 08:02
    Hi Max & Andy, 

    I use one shortcut solution using showDatePicker 

    attribute. It helps to remove the link in mobile devices 

    <apex:inputField value="{!value_Field__c}" type="date" showDatePicker="false" / >

0/9000