DatetimepickerBundle
DatetimepickerBundle copied to clipboard
this fixes a reference to a deprecated service, which prevented the use of the bundle in symfony >=3.4
Changed div_layout.html.twig to contain all options as data-* attributes in the single_text form field. This allows initialization of datetimepicker without option in JS and you can have several fields in...
DatetimepickerBundle is incompatible with Symfony 3.4 and throws this error: > Type error: Argument 1 passed to `SC\DatetimepickerBundle\Twig\Extension\FormExtension::__construct()` must be an instance of `Symfony\Bridge\Twig\Form\TwigRendererInterface`, instance of `Symfony\Component\Form\FormRenderer` given, called in...
The latest release available through Packagist is 1.0.1. Could you please publish v2.0? Thanks :-)
Hi, I've a trouble : I'm trying to set up the bundle but I can't set the desired startDate or format. Here my formType : $builder ->add('dateBegin' , 'collot_datetime' ,...
In a combo of my form I only need to show the combo of hours without the date headers, I have reviewed the options but it is not possible or...
Hi Stephane! Thanks for such a usefull bundle. Is any opportunity to add a css class to input-text tag?
Hey! I'm failing to implement an autoclose datetime picker field. The datetime-picker popup comes up twice and the autoclose feature closes only the first popup. For closing one has to...
See if this works with SF3