HTML5 Input Interface
Generate a HTML5 input tag
- render
- Display the input tag
- option_dict
-
- value: value attribute
- checked: checked attribute
- editable: readonly attribute
- required: required attribute
- id: id attribute
- name: name attribute
- type: type attribute
- title: title attribute
- focus: autofocus attribute
- step: step attribute
- hidden: hidden attribute
- multiple: multiple attribute
- accept: accept attribute
- capture: capture attribute
- append: text to append after the field
- prepend: text to prepend infront the field
- trim: trim the value returned by getContent