Best way to combine date fields #6264
Replies: 2 comments
-
use/build a controlled component and wrapped with Controller? i think there are many data type component out there which may suits your need. |
Beta Was this translation helpful? Give feedback.
-
Currently doing this now. I have achieved it by creating a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've got three custom inputs (day, month, year) which I want to combine into a single date field - all within a custom component.
Ideal scenario:
<DateInput>
component contains three custom<Input>
components.Registered values
To then submit a new field in the format '2000-11-03'.
What's the best way to achieve this? I've tried a variety of different approaches but none work properly.
Beta Was this translation helpful? Give feedback.
All reactions