contao-bootstrap / tab

Bootstrap 4 Contao Tab Component
https://contao-bootstrap.de/komponenten/tab.html
GNU Lesser General Public License v3.0
0 stars 3 forks source link

Select Box display failure #4

Closed Munsio closed 9 years ago

Munsio commented 9 years ago

Contao: 3.4.3 Tab: dev-master (df4167f1)

If i duplicate a row with the + icon the select box style disappears

image

But the select box is still useable if i click on the empty places

dmolineus commented 9 years ago

New Contao release, and the old issue with styled select and the MCW appears again... https://github.com/menatwork/MultiColumnWizard/issues/147

Does it work if you set chosen => true to the select? If this solves the issue I would add it to every select which is a child of the mcw.

Munsio commented 9 years ago

jep chosen => true fix this problem

dmolineus commented 9 years ago

The chosen attribute is set where to every select widget in the mcw now.