Wishlist+ <bind alert="..." />

Just added to my wishlist: @alert on bind.

 <bind ref="deathyear" constraint=". &gt;= ../birthyear" alert="Death must  
be later than birth"/>
and

 <bind ref="deathyear" constraint=". &gt;= ../birthyear"  
alert="{instance('msg')/death}"/>

so that the alert messages are close to the constraint.

Steven

Received on Wednesday, 21 May 2014 14:02:46 UTC