How to get $data from $this->form->getState() without triggering validations?

I wanted to create a "save draft" button. I want to use $data = $this->form->getState without getting the validation
Was this page helpful?