symfony2admingenerator / AvocodeFormExtensionsBundle

(old-legacy) Symfony2 form extensions for Admingenerator project (also working standalone!)
Other
48 stars 31 forks source link

afe_datetime_picker does not work properly #99

Open martinratinaud opened 10 years ago

martinratinaud commented 10 years ago

This bug is has been reproduced in my environment and on AvocodeFormExtensionSample by @sescandell which i spretty straightforward


fields:
        publishDate:
            formType: afe_datetime_picker

this shows a double select box where time picker does work (is not clickable) and where fields are on two lines instead of one

screen shot 2013-12-11 at 17 24 35

Maybe an idea would be to use http://tarruda.github.io/bootstrap-datetimepicker/ instead of splitting the field datetime field in two date and time fields

skrobek commented 10 years ago

@martinratinaud IMHO i don't like this widget that you mentioned, two fields are better for me. Option is to make it configurable ( if it's one or two fields ).

martinratinaud commented 10 years ago

Ok but still it does not seem to work, I can't click on the time widget and I expected the two fields to be on the same line.

I tried with the https://github.com/sescandell/AvocodeFormExtensionSample and it does not work either.

Thanks

skrobek commented 10 years ago

@loostro ping :)