orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
511 stars 220 forks source link

Enabling form level placeholders hides full labels for all XBL components #6334

Closed ebruchez closed 1 month ago

ebruchez commented 1 month ago

Seems to be a regression with #6304.

See also #6318, #6333.

ebruchez commented 1 month ago

That's because of this line: we hide the label without considering whether the component might support this or not.

ebruchez commented 1 month ago

Some XBL components can support minimal labels, like fr:number. Other might not. We need a way to tell these two cases apart. Maybe with a new mode token: allow-minimal-label-hint.