When entering a new expense on a mobile phone, it would be nice if there would be a numbers only keyboard shown when entering the amount.
I can see that the input type="number" yet when I try on my mobile phone (with Edge or Firefox) I don't get the big numbers keyboard. It shows a numeric keyboard with small numbers at the top row and various special characters below.
I also tried to find it in the code, but I am not familiar with Python, so I couldn't try to modify it. I was wondering if a input type="tel" would make a change.
When entering a new expense on a mobile phone, it would be nice if there would be a numbers only keyboard shown when entering the amount.
I can see that the
input type="number"yet when I try on my mobile phone (with Edge or Firefox) I don't get the big numbers keyboard. It shows a numeric keyboard with small numbers at the top row and various special characters below.I also tried to find it in the code, but I am not familiar with Python, so I couldn't try to modify it. I was wondering if a
input type="tel"would make a change.