symfony2admingenerator / AdmingeneratorGeneratorBundle

(old-legacy) Admingenerator for Symfony2, parse generator.yml files to build classes
http://symfony2admingenerator.org/
MIT License
360 stars 125 forks source link

CSS bug datetime filter #769

Open samuel-queniart opened 10 years ago

samuel-queniart commented 10 years ago

I have css bug for datetime filters and i can't overwrite type of filter capture decran 2014-07-04 a 23 41 17

Any ideas ? thx

bobvandevijver commented 10 years ago

You should be abled to overwrite the formtype for just your filter. As example:

builders:
  filters:
    params:
      fields:
        date:
          formType: afe_datetime_picker

Hope this helps!

ioleo commented 10 years ago

FormExtensions were Bootstrap2 compatible. With bootstrap3 there are a few glitches. I am aware of them and plan to fix them soon (a few already fixed).