DateTime input component is displaying initial binding value and not updating.
Expected Behavior
DateTime input would show the “Value” or “Formatted Value” property on the component.
Steps to Expose
Set the Value property to an initial value using the expression binding “now(0)”
Select a new value using the component
– New value will be shown in the value property but not updated in the component’s text
– Formatted value doesn’t change, but I added a property binding with an expression transform to update it with the formatted value.
I think I am seeing the issue you are describing, but just to be sure you are talking about the DateTime Input component not the DateTime Picker component yeah?
I will create a ticket internally to get this fixed.
No problem, I wrote up a ticket to get this fixed in a future version. Sadly I don’t really have a workaround. I did try to set it via the components onStartup() event script but ended up with the same issue.