There are some visual issues to fix. Let's tackle them as part of this enhancement process.
I also noticed on iOS it zooms into the textfield once you tap'd into it. Maybe worth looking into, as well.
I also noticed on iOS it zooms into the textfield once you tap'd into it. Maybe worth looking into, as well.
Using font-size >= 16px
will stop zooming in iOS. They consider anything < 16px in inputs bad for accessibility.
Most helpful comment
Using
font-size >= 16px
will stop zooming in iOS. They consider anything < 16px in inputs bad for accessibility.