Skip to content
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

AM / PM will disappear after selecting "OK" button without changing time #54

Open
basilmariano opened this issue Dec 10, 2021 · 1 comment

Comments

@basilmariano
Copy link

The AM / PM will disappear when Opening the DateTimePicker and Tapping "OK" button without changing time time.

Step to replicate:

  1. Open date time picker
  2. Select a Date and time "5:00 AM"
  3. Close the picker
  4. Open Picker
  5. Set the selected date time from previous selection as initial date
  6. Picker shows "5:00 AM"
  7. Tap "OK" button
  8. Picker shows "5:00"
@basilmariano
Copy link
Author

possible solution is to add a callback when user taps "OK" button, and we can take it from there.
At the moment, when user taps "OK" button, nothing happens if there is no date and time changes.

possible to have "OK" callback button regardless if there aren't any changes
and also "Cancel" callback if we have something to do after user taps "cancel" button in datepicker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant