Ticket #13742 (new Bug)
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.
Note: See
TracTickets for help on using
tickets.
See #13741 for reference. I wanted to keep scope of these two tickets distinct.