Resetting this widget resets all our children
this._hasBeenBlurred = false; dojo.forEach(this._inputWidgets, function(i){ if(i && i.reset){ i.reset(); } }, this);