Created new form with field type timestamp in Postgres. Datetime in Servoy.
Generated basic form. Datetime field by default includes a Calendar displayType property.
Set the editable design time field off (false). Result:
- Field does not allow direct editing - expected behaviour
- If I click on the Calendar icon it allows me to pick another date and change this field even though it is set to Editable=false.