TimePicker and TimePicker issues
I got a problem with this line of code. When I delete "<Input/>" the page turns white deleting everything. How can I solve this?
<Form.Item
label={"Fecha de creación"}
name={["fecha_creacion"]}
rules={[
{
required: true,
},
]}
>
<DatePicker format={'DD/MM/YYYY'} style={{ width: "50%" }} />
<Input/>
<Form.Item
label={"Fecha de creación"}
name={["fecha_creacion"]}
rules={[
{
required: true,
},
]}
>
<DatePicker format={'DD/MM/YYYY'} style={{ width: "50%" }} />
<Input/>
