DatePicker can't enable a disabled control

Hi, I start my screen with a date picker control disabled and setting default values.

Now, in my JS function I want to re-enable the date picker and am able to actually set the 'disabled' field to false. I see this change reflected in the state inspector.

However, the UI doesn't refresh, and I can't seem to find a way to trigger the re-draw or something for the component. I'd expect the component to start interacting and show the picker.

Hey @andrew_g! Would you mind sharing a screen recording of this behavior so I can try to reproduce it on my end? How are you re-enabling the date picker in your JS function?