1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/lib
Vipul A M 9bfd968bed
Confirm with the specification when generating emtpy option for select with include_blank: true option.
We now generate option with empty label, example:

`<select id="places" name="places"><option value="" label=" "></option></select>`

 for include_blank: true. This is only done, if content is missing on the option, and we providing the value from this option.

 Fixes #24816
2016-05-21 15:43:35 +08:00
..
action_view Confirm with the specification when generating emtpy option for select with include_blank: true option. 2016-05-21 15:43:35 +08:00
action_view.rb Update copyright notices to 2016 [ci skip] 2015-12-31 18:27:19 +02:00