TIWCGJQValidateOptions.OnKeyUp Property
Validate elements on keyup. As long as the field is not marked as invalid, nothing happens. Otherwise, all rules are checked on each key up event.
published property OnKeyUp: boolean index 08 read GetBooleanValue write SetBooleanValue stored IsBooleanStored;
Parameters
- element
The element currently being validated, as a DOMElement.
- event
The event object for this focusout event.
Property Value
Type: boolean
Set to false to disable.