In 4.21 editing multiple date fields is not working properly. Updaing one date field also updates the second date field.
Also, using element type field with includetime= false does not update the field
{
type: "field",
fieldName: "EndDate",
label: "End Date",
input:{
includeTime: false,
type:"datetime-picker"
}
}
I've created a codepen project.
https://codepen.io/markoskifle/pen/yLMgaKm?editors=1000
Thanks @MKY
We are looking into this now. Thank you.
Also, regarding `includeTime` update the snippet to set the FieldElement's input.
{
type: "field",
fieldName: "insp_date",
label: "Date of inspection",
input: {
type: "datetime-picker",
includeTime: false
}
}
One year later...
😕
No calendar yet..