hi i have a field called AppDate and it should get disabled conditionally the field is getting disabled but the date picker icon is not getting disable, hence though i disable AppDate Field users are able to change the date
following is the code i am using any help pls?
<hx:inputHelperDatePicker firstDay="1" rendered="true" styleClass="inputText_DatePicker" disabled/>
<f:convertDateTime dateStyle="short" pattern="MM/dd/yyyy" />
<hx:inputHelperDatePicker firstDay="1" rendered="true" styleClass="inputText_DatePicker" disabled/>
<hx:inputHelperAssist errorClass="inputText_Error" promptCharacter="_" />
</h:inputText></td>