This project is archived and is in readonly mode.
Use [] name for select_tag when using :multiple => true
Reported by Andrew Kaspick | September 30th, 2008 @ 08:19 PM | in 2.x
Sets the select_tag output to use the "name[]" convention for passing array data when :multiple is set to true.
Comments and changes to this ticket
-
Repository October 7th, 2008 @ 03:19 PM
- State changed from new to resolved
- Tag changed from patch to patch, tests
(from [dce6ade4cdc2833b53bd600ef10f9bce83c7102d]) Ensure select_tag#name attribute uses [] when :multiple is true. [#1146 state:resolved]
Signed-off-by: Pratik Naik pratiknaik@gmail.com http://github.com/rails/rails/co...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Referenced by
- 1146 Use [] name for select_tag when using :multiple => true (from [dce6ade4cdc2833b53bd600ef10f9bce83c7102d]) Ensure ...