====== < noinput > ======
===== Description =====
The < noinput > element handles the event when the user does not give inputs in a field. This is a shorthand notation for < catch event="noinput" > that catches all events of type error.
===== Syntax =====
child elements
===== Attributes =====
|count|The count attribute indicates the event count as in the < catch > element. This attribute is optional.|
|cond|The cond attribute is a Boolean condition to test to see if the event is caught by the element. This attribute is optional.|
===== Parents =====
,
===== Children =====
,