Date + Time Steppers / Meridiem
I'm cannot find a happy solution between using the native HTML5 datetime vs Filament's datetime implementation.
- I'm in U.S. and 12 hour clock (with meridien) doesn't seem to be possible with
->native(false) - But when using the native HTML5 datetime steppers don't work:
->minutesStep(5)
Anybody else facing these annoyances and find solutions?