+ 11
<input type="for phone no?">
I tried type="number" but it has up-down arrow to increment or decrement. and I don't want that.
11 Antworten
+ 14
<input type='tel'> used for inputting telephone number
+ 13
Каким кремом для загара пользуешься?
+ 5
does 'tel' stand for telephone? I wasn't aware of that. Thank you
+ 4
Yes, I want a phone number as input.
Thank you for the help
I tried <input type="1">, it worked as well.
+ 4
<input type="tel">
+ 3
Maybe this will help you
https://code.sololearn.com/W55pzOZ1FEbf/?ref=app
+ 3
In storm's case all you have to add is type="text"
You can analyse the number using Javascript
+ 3
i think you can write "number" here.
+ 2
what do you want to achieve? getting phone numbrr as input?
+ 2
sorry for answering late. as JFS said, you can use tel, or as an alternative, still can use number but with a fixed lenght.
+ 1
<input type="tel" name="phone" size="10" >