Software Archive
Read-only legacy content
Annonces
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

<input type="number" gives error

Ganeshan_K_
Débutant
591 Visites

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 Compliments
1 Répondre
Shahab_L_Intel
Employé
591 Visites

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 Compliments
Répondre