mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #21253 from vincefrancesi/date-helper-use-hidden-documentation
Documentation for ActionView::Helpers::DateHelper :use_hidden option
This commit is contained in:
commit
0e5ffa740c
1 changed files with 1 additions and 0 deletions
|
@ -228,6 +228,7 @@ module ActionView
|
|||
# or the given prompt string.
|
||||
# * <tt>:with_css_classes</tt> - Set to true if you want assign different styles for 'select' tags. This option
|
||||
# automatically set classes 'year', 'month', 'day', 'hour', 'minute' and 'second' for your 'select' tags.
|
||||
# * <tt>:use_hidden</tt> - Set to true if you only want to generate hidden input tags.
|
||||
#
|
||||
# If anything is passed in the +html_options+ hash it will be applied to every select tag in the set.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue