プライム フェイス カレンダーを使用して日付の選択をクリアする方法はありますか?
<p:calendar pattern="MM/dd/yyyy" navigator="true" id="endDate" for="endDate"
readonlyInput="true" mindate="#{manageMarketingProgramsBean.currentDate}" showOn="button">
<f:convertDateTime pattern="MM/dd/yyyy" timeZone="America/New_York" />
</p:calendar>
ユーザーに日付を入力させたくないので、 readonlyInput="true" を持っています。カレンダーから日付を選択するように強制します。選択した日付をクリアする機能をユーザーに提供する別の方法が必要です。どうすればこれを達成できますか教えてください。