You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have encountered a issue in my web application. In a specific view, I have added a datepicker component, and when I try to open it, two datepickers appear on the screen. The first datepicker closes when I press OK or Cancel and then the second one appears and works as it should
* AlertDialog uses global state
* DatePicker uses global state
* State on the control level
* Control-level state
Fixflet-dev#2025, Fixflet-dev#1807, Fixflet-dev#1236, Fixflet-dev#1772
* Fix control tests
* Bump fl_chart to 0.64.0
* Fix `scroll_to` with 0 animation duration
Fixflet-dev#1659
* Fix page.width/.height on session start
Fixflet-dev#1960
* Fix Flet version retrieval on non-English environments
Fixflet-dev#1997
Description
I have encountered a issue in my web application. In a specific view, I have added a datepicker component, and when I try to open it, two datepickers appear on the screen. The first datepicker closes when I press OK or Cancel and then the second one appears and works as it should
Code example to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Flet version (
pip show flet
):Operating system:
Windows
Additional environment details:
The text was updated successfully, but these errors were encountered: