we have noticed a strange behavior of the ‘Date&Time Widget’ when parameterized with a default value via flow variables. The node is placed within a component.
When user changes the date from the component UI, the selected date is not saved and the default value is outputted. If you go within the component and execute the widget individually, the selection is saved.
Is this a bug or am I having false expectations here?
The problem is not that I cannot set the default value of the widget, that works fine.
The problem is that if the default value is 2023-09-25, and the user executes the component and changes that widget to 2023-09-01, then clicks ‘apply and close’, the flow variable outputted is not what the user set it, but the default value 2023-09-25.