## Form controls This issue tracks the implementation of standard HTML form control widgets in Blitz. - [x] `<input type=hidden>` - [ ] Button - [x] `<button>` - [x] `<input type=submit>` - [ ] `<input type=reset>` - [ ] Text input - [x] `<input type=text>` - [x] `<textarea>` - [ ] `<input type=password>` - [ ] `<input type=email>` - [ ] `<input type=url>` - [x] `<input type=checkbox>` - [x] `<input type=radio>` - [ ] `<select>` - [x] `<input type=file>` - [ ] `<input type=color>` - [ ] `<meter>` - [ ] `<progress>` - [ ] `<output>`
Form controls
This issue tracks the implementation of standard HTML form control widgets in Blitz.
<input type=hidden><button><input type=submit><input type=reset><input type=text><textarea><input type=password><input type=email><input type=url><input type=checkbox><input type=radio><select><input type=file><input type=color><meter><progress><output>