Hello all ,
i want to report a suspicious behavior, in laserfiche forms.
if we programmatically make aDate field readonly, and then we click on it, it will become a readonly normal text field, if we make it readonly=false, the field will be a text field with no calendar or date picker option.
please see the example below.
this is the original section
then when we make the "to Date" Field readonly and then we click on it, it becomes as follows.
then if we re-enable it it will be a textbox with no datepicker.
i am using .attr("readonly",True/False) for the required action.
please advice.
Maher Daher.