Hi!

I have a problem with the datetime widget. Indeed, i would like to add
a jQuery picker datetime in a single text field. However, I noticed
that the datetime widget have a "date_widget" and a "time_widget" but
nothing for a single one. After looking in the datetime_widget block
(in the TwigBundle), I saw that it was not possible.

{% block datetime_widget %}
...
        {{ form_widget(form.date) }}
        {{ form_widget(form.time) }}
...
{% endblock datetime_widget %}

I wondering if a general option could be added to allow only one text
field or that I had to customize it myself.

Thanks!

-- 
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 [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

Reply via email to