Servoy 3.5 rc 2

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:

  1. Field does not allow direct editing - expected behaviour
  2. 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.