Added types for <input> tag (#21327)

pull/28279/head^2
Rogel Horlador 2018-11-09 21:29:19 +08:00 committed by Tom
parent 4d064b8bd3
commit 1cc8a24b47
1 changed files with 10 additions and 0 deletions

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