2 respuestas
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" / >
attribute. It helps to remove the link in mobile devices
<apex:inputField value="{!value_Field__c}" type="date" showDatePicker="false" / >