Hello, in my form I use datetime filed:
<b>$builder->add('scheduledPublishTime', 'datetime',
array('required'=>true,  'years' => range(2011, 2015)));</b>
All I need is to have all select fields to be empty when the form is
loaded, but I can't find proper option for that.

Should I make some custom widget for that or there are any easier
solutions?

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to symfony-devs@googlegroups.com
To unsubscribe from this group, send email to
symfony-devs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en

Reply via email to