我试图让用户在 Prime facesCalendar 的 TextBox 中手动输入日期。这是我的代码:
<p:calendar id="birthDate" size="22" locale="#{view.locale}"
maxdate="#{userCreation.maxDate}" navigator="true"
yearRange="c-100" readOnlyInputText="false"
value="#{userCreation.user.birthDate}"
mindate="01/01/1900" pattern="dd/MM/yyyy"
style="left: 194px !important;">
</p:calendar>
有没有我可以使用的属性而不必制作我自己的 JavaScript 解决方案?
提前致谢