Software Archive
Read-only legacy content
17061 Discussions

<input type="number" gives error

Ganeshan_K_
Beginner
290 Views

Using Intel XDK, <input type="number" gives error and gives the error

Value "number" for attribute "type" is not supported. (2.3)<label for="phonenumber">Enter Phone Number</label><br><input type="number" id="phnumber" name="phonenumber"/><br/>

Kindly let me know what type i should give for number. Thanks in advance

0 Kudos
1 Reply
Shahab_L_Intel
Employee
290 Views

This is a linter warning, but it actually works in the simulator and should also work on new devices. 

You can ignore the warning, or refer to the following page for configuring the linter:

https://software.intel.com/en-us/xdk/docs/xlint-intelxdk

0 Kudos
Reply