Auto-enhance all select widget fields for deform
This commit is contained in:
parent
7cb4664018
commit
52747ea6bd
|
@ -17,7 +17,7 @@
|
||||||
class string: form-control ${css_class or ''};
|
class string: form-control ${css_class or ''};
|
||||||
multiple multiple;
|
multiple multiple;
|
||||||
size size;
|
size size;
|
||||||
style style;">
|
style style;" auto-enhance="true">
|
||||||
<tal:loop tal:repeat="item values">
|
<tal:loop tal:repeat="item values">
|
||||||
<optgroup tal:condition="isinstance(item, optgroup_class)"
|
<optgroup tal:condition="isinstance(item, optgroup_class)"
|
||||||
tal:attributes="label item.label">
|
tal:attributes="label item.label">
|
||||||
|
|
Loading…
Reference in a new issue