Disables the internal validation of the field.
@internal
$this
public function disableValidation() : static { $this->validationDisabled = true; return $this; }