Renders an input tag.
public input ( string $type, array $options = [] ) | ||
$type | string | the input type (e.g. `text`, `password`) |
$options | array | the tag options in terms of name-value pairs. These will be rendered as the attributes of the resulting tag. The values will be HTML-encoded using [[Html::encode()]]. If you set a custom `id` for the input element, you may need to adjust the [[$selectors]] accordingly. |