Bypass validation
Are there any possible way to disable these validation when I click the Save draft action?
I already have implemented a
Draftable
trait the implement and use the SaveDraftAction
action inside it.1 Reply
Added a dummy data on form. and let the form check it during validation if it is required or not.