/ Published in: PHP
URL: http://cakephp.lighthouseapp.com/projects/42648/tickets/479-form-helper-select-optgroup
This problem occurs when there is a duplicated name for the first level item (optgroup) and a second level item (option). The rendered select will not contain the mentioned option unless you do the following...
Expand |
Embed | Plain Text
// In the view... // example array );
You need to login to post a comment.
