method
week_field_tag
v6.1.3.1 -
Show latest stable
- Class:
ActionView::Helpers::FormTagHelper
week_field_tag(name, value = nil, options = {})public
Creates a text field of type “week”.
Options
-
:min - The minimum acceptable value.
-
:max - The maximum acceptable value.
-
:step - The acceptable value granularity.
-
Otherwise accepts the same options as text_field_tag.