method
month_field_tag
v7.1.3.2 -
Show latest stable
- Class:
ActionView::Helpers::FormTagHelper
month_field_tag(name, value = nil, options = {})public
Creates a text field of type “month”.
Options
Supports the same options as #text_field_tag. Additionally, supports:
-
:min - The minimum acceptable value.
-
:max - The maximum acceptable value.
-
:step - The acceptable value granularity.