It appears whenever I add a choice to a select tag that has an empty value,
like so:
$this->setOption('choices', array('' => 'None'));
The tag is built like this <option>None</option>, instead of <option
value="">None</option>.
Is there another way around this, or is this a bug?
-- Ian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---