Is there a way to create two DatePickers in Vaadin 14 in one component? I mean something like this: 
but without the time. This is a component created in Vaadin 8 with two InlineDateFields but in Vaadin 14 there is no InlineDateFields(is there any replacement for this field from Vaadin 8?).
Thanks in advance :)