Hello! I have built a Custom Property Editor that fetches Open Graph data and auto fills a bunch of fields. This works great! Except for my DateTime field. All my fields (mostly text fields) immediately update to reflect the change in the UI, except my DateTime field.
The property value of the DateTime field does update correctly, but the UI does not reflect the change. Only when I save and publish, the field value updates correctly, and the input field shows the updated value.
I update all my fields like this: this.datasetContext?.setPropertyValue(alias, formattedDate);