'Create' - 'Create & create another' validation
Hi, I'm using a form within a resource. When I click the Create button, the form is validated using html's built in form validation whilst the Create & create another button seems to be validated on the server side. Same code, different behaviour. Is it possible to control whether to use local validation or server validation?

