Incorrect format when the value of the Format parameter is retrieved from an async method
I retrieve the value of the Format parameter from an async method. When I select a time from the popup the format selected value is not rendered in the UI, and the Format is incorrect - switches to MM/dd/yyyy.
1 comment
Bruno
Posted on:20 Oct 2023 14:07
Same issue appears for all date/time "pickers" - DatePicker, TimePicker, DateTimePicker, DateRangePicker.
Following is a REPL which replicates the scenario: