soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

Add validation to onInput event for Input Text Fields #199

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
Currently, validation routines are only executed once input has been explicitly 
committed by the user. This is too late; it would be helpful (and a strong use 
case) if this validation could occur while the user is typing in a value.

The framework for adding this to the language already exists; onInput can be 
fired to re-evaluate the validity of the provided input, and the Warning label 
hidden or shown, as appropriate.  

What goal would this enhancement help you achieve?
A better user experience for generated applications.

Original issue reported on code.google.com by soundasleep on 9 Jun 2010 at 1:46

GoogleCodeExporter commented 9 years ago
mass tagging old issues to future work

Original comment by soundasleep on 26 Sep 2011 at 9:54