ajohnson5 / fpl_compare_app

0 stars 0 forks source link

iOS NumPad Enter key #83

Closed ajohnson5 closed 1 year ago

ajohnson5 commented 1 year ago

When entering id's into the web app for the compare squad page, on iOS mobile phones the numpad is open which does not have an enter/done key. This means they cant submit an id. I think this is due to the masking I have put on the inputs "##########" which only allows numbers to be entered. If I can make it so the phone opens on the mixed keyboard - numbers at the top with various special/punctuation characters below that would be ideal as they then have an enter key.

ajohnson5 commented 1 year ago

To rectify this I have decided to change the input mode from numeric to search. While not optimal as numeric should still allow android phones to have a number keypad and iOS to have a normal keypad, search is a good compromise. In an ideal world iOS would have search button on the number keypad.