Ticket #13742 (new Bug)

Opened 3 years ago

Last modified 3 years ago

plone.app.z3cform should provide template for checkbox widget / schema.Bool

Reported by: seanupton Owned by:
Priority: minor Milestone: 4.x
Component: Unknown Version: 4.3
Keywords: Cc:

Description

plone.app.z3cform use the stock widget/factory from z3c.form for checkbox widgets on schema.Bool fields. This makes it not currently possible to have such fields participate nicely in inline validation, because the widget lacks a 'data-fieldname' attribute in the DOM.

plone.app.z3cform should provide a widget for checkboxes that supplies the data-fieldname attribute in the DOM.

Change History

comment:1 Changed 3 years ago by seanupton

See #13741 for reference. I wanted to keep scope of these two tickets distinct.

Note: See TracTickets for help on using tickets.