Vaadin 15 - How to add Save As Draft option to a CRUD Editor

Hello,

Could you provide some examples on how to add the Save as Draft feature to a CRUD editor form…

Thank you.

Hi!
You can take a look to [this test case]
(https://github.com/vaadin/flow/blob/master/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderTest.java#L369), and the [API documentation]
(https://vaadin.com/api/platform/15.0.6/com/vaadin/flow/data/binder/Binder.html#writeBeanAsDraft-BEAN-).