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)
->native(false)
- But when using the native HTML5 datetime steppers don't work:
->minutesStep(5)
->minutesStep(5)
Anybody else facing these annoyances and find solutions?
Is there a way to get both 5-minute steps AND a 12-hour clock?