Added types for <input> tag (#21327)

This commit is contained in:
Rogel Horlador
2018-11-09 21:29:19 +08:00
committed by Tom
parent 4d064b8bd3
commit 1cc8a24b47

View File

@ -20,6 +20,16 @@ Form contains control elements which are wrapped around ```<form></form>``` tags
- ```week```
- ```color```
- ```datalist```
- ```button```
- ```datetime-local```
- ```file```
- ```hidden```
- ```image```
- ```month```
- ```number```
- ```reset```
- ```tel```
- ```url```
Code example:
```html