-
-
Notifications
You must be signed in to change notification settings - Fork 540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: DateTime Picker "cancel" button behavior fix #1444
fix: DateTime Picker "cancel" button behavior fix #1444
Conversation
Please @geronimol, update the code to pass the Base pipeline. Thanks! |
05b9945
to
2dbd891
Compare
Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/flutter_lints-v5.0.0/packages) --- updated-dependencies: - dependency-name: flutter_lints dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
2dbd891
to
f39fa6d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1444 +/- ##
==========================================
+ Coverage 87.82% 88.11% +0.28%
==========================================
Files 21 21
Lines 772 774 +2
==========================================
+ Hits 678 682 +4
+ Misses 94 92 -2 ☔ View full report in Codecov by Sentry. |
@deandreamatias not sure how to fix this |
08ccbc9
into
flutter-form-builder-ecosystem:main
Solution description
Currently, the DateTime Picker is picking the date+time even when the user presses "cancel" in the time picker dialog.
This will change that behavior so if the user presses the "cancel" button, the selections he made will not be saved in the field.
Screenshots or Videos
To Do