Pylons / deform

A Python HTML form library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: No select2/compat/containerCss

davidemoro opened this issue · comments

Hi,

I'm playing for the first time with a Select2Widget (deform==2.0.5):

           pepper = colander.SchemaNode(
               colander.String(),
               widget=deform.widget.Select2Widget(values=choices)
               )

and I'm experiencing a js error Error: No select2/compat/containerCss.

Having a look at this issue I found this entry:
select2/select2#3302

explaining that the select2.full.js should be used.

I don't get the error, and neither does this demo example on Google Chrome. You'll need to provide more information.

I'm closing this issue due to no follow up and inactivity. Please reopen with more information if available.