Commit 7551495a authored by Alex Kalderimis's avatar Alex Kalderimis

Explain what happens when selected is nil

parent 0491500d
...@@ -17,7 +17,7 @@ module ListboxHelper ...@@ -17,7 +17,7 @@ module ListboxHelper
# the path to redirect to when that item is selected. # the path to redirect to when that item is selected.
# #
# The `selected` parameter is the currently selected `value`, and must # The `selected` parameter is the currently selected `value`, and must
# correspond to one of the `items`. # correspond to one of the `items`, or be `nil`. When `selected.nil?`, the first item is selected.
# #
# The final parameter `html_options` applies arbitrary attributes to the # The final parameter `html_options` applies arbitrary attributes to the
# returned tag. Some of these are passed to the underlying Vue component as # returned tag. Some of these are passed to the underlying Vue component as
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment