[FormBuilderDateTimePicker]: FormBuilderDateTimePicker not allow me to use 12Hour Format #1391
Open
2 of 7 tasks
Labels
bug
Something isn't working
Is there an existing issue for this?
Package/Plugin version
9.1.0
Platforms
Flutter doctor
Minimal code example
Current Behavior
When switching to input text mode to enter time manually, it won't let me put a time above 12hrs.
Furthermore, there is no AM/PM selector in certain locations, such as in my case Locale('pt', 'PT'), but if I change the Locale of FormBuilderDateTimePicker to Locale('en', 'UK') An option will appear to choose AM/PM
Expected Behavior
I want to use AM/PM selector outside Locale('en', 'UK')
Steps To Reproduce
Testing Code:
Using my default Location as pt_PT
Introduza uma hora válida = Enter a valid time
Meanwhile specifying locale as us_UK:
It display's the AM/PM selector, so I can use 12Hrs format and select if it AM/PM
Aditional information
No response
The text was updated successfully, but these errors were encountered: