- From: Steven Pemberton <steven.pemberton@cwi.nl>
- Date: Wed, 06 Jun 2018 14:21:27 +0200
- To: " XForms" <public-xformsusers@w3.org>
We allow handlers for state change (like xforms-value-changed, xforms-invalid etc.) only for bindings in the UI <input ref="/size" label="size"> <insert ref="/list/item" while="count(/list/item) < /size" ev:event="xforms-value-changed"/> </input> But the ref on a <bind/> is also a binding; shouldn't we allow listeners there as well? <bind ref="/size" label="size"> <insert ref="/list/item" while="count(/list/item) < /size" ev:event="xforms-value-changed"/> </bind> Steven
Received on Wednesday, 6 June 2018 12:21:54 UTC