Form number entry bug with format padding 🐛

When entering text into a number field there are a couple of small issues

  1. It needs to show/warn the user that only numbers are acceptable.

At the moment it allows the user to enter text - but does not allow them to submit (which is correct behaviour) as you should only be allowed to submit if a number is entered.

  1. Upon entering text the padding on the field is lost. Example below. If you add a number the padding is ok.

This is using iOS 14.1

Padding ok with numbers

Padding lost with text

Thanks

3 Likes