【Salesforce】apex:inputFieldをtype="date"にしたら[YYYYYYMMDD]が入力できるので[YYYYMMDD]にしたい


動作確認

※画像だとわかりにくですが、YYYYを入力したらMM、DDとフォーカスが移動します

実現方法

test.page

<apex:inputField value="{!日付項目}" styleClass="slds-input" showDatePicker="false" type="date"/><apex:inputField value="{!日付項目}" styleClass="slds-input" showDatePicker="false" type="date" html-max="9999-12-31"/>

参考リンク

apex:inputField

input[type=date]で指定できる日付の上限