ECFMP / flow

Flow Control System
GNU General Public License v3.0
8 stars 1 forks source link

Date/Time Picker UI - closing #193

Open KHardern opened 2 years ago

KHardern commented 2 years ago

Date/Time picker UI functionality (tried in firefox and chrome, event page and flow measures)

When opening date picker and selecting a new date/time, it immediately closes. Meaning you have to re-open it again to change the time. I presume this is intentional because there's already a date in place? However most of the time you want to set both. Can we edit this behaviour?

daveroverts commented 2 years ago

It's not intentional. When you edit a FlowMeasure or Event end date, this doesn't happen.

Has something to do with calling afterStateUpdated(). I'll see if I can somehow change this. I can't promise anything yet.

KHardern commented 2 years ago

Thanks Dave. It's particularly challenging when it's doing it when you are clicking the arrows and pause for a second and so it closes the box.