mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
reword select_date's behaviour clearly when an incomplete options array is passed
This commit is contained in:
parent
4885e5d3eb
commit
4719543c80
1 changed files with 3 additions and 3 deletions
|
@ -343,8 +343,8 @@ module ActionView
|
|||
|
||||
# Returns a set of html select-tags (one for year, month, and day) pre-selected with the +date+.
|
||||
# It's possible to explicitly set the order of the tags using the <tt>:order</tt> option with an array of
|
||||
# symbols <tt>:year</tt>, <tt>:month</tt> and <tt>:day</tt> in the desired order. If you do not supply a symbol
|
||||
# then all tags will be hidden.
|
||||
# symbols <tt>:year</tt>, <tt>:month</tt> and <tt>:day</tt> in the desired order.
|
||||
# If the array passed to the <tt>:order</tt> option does not contain all the three symbols, all tags will be hidden.
|
||||
#
|
||||
# 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