reset method

void reset()

reset the field

Implementation

void reset() {
  _baseFormField.resetField();
}