Resets the field to its initial value.
void reset() { setState(() { _value = widget.initialValue; _errorText = null; }); }