cboulanger / qx-contrib-Dialog

A set of often used dialog widgets for the qooxdoo framework (deprecated, use qooxdoo/qxl.dialog instead)
6 stars 10 forks source link

Add missing "setLiveUpdate" on password fields. #21

Open reedspool opened 5 years ago

reedspool commented 5 years ago

Add missing "setLiveUpdate" on password fields. This causes the model value to be updated on each keypress instead of on blur, and subsequently causes validation to occur.

Note: I have not tested whether other fields could also benefit from this addition.