Commit 5c0bf8e9 authored by Sven Franck's avatar Sven Franck

app: allow override of label/wrap on form elements

parent e38ffb31
......@@ -3786,8 +3786,8 @@
pass = {
"push": {
"type": el,
"wrap": true,
"label": true,
"wrap": veto.wrap || true,
"label": veto.label || true,
"direct": {
"id": item.reference + "_" +
(veto.widget.id || root.widget.id),
......@@ -6483,6 +6483,7 @@
"len": kids.length,
"config": wrapper.spec
});
// NOTE: wrapper_selector will return a fragment (set to
// first/last-ElementChild or a DOM node
done_target =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment