Naresh
Naresh

Reputation: 25793

How to map two fields into a single property in React Final Form

In my app, I have two text fields, one for date and one for time. These fields need to map to a single property startTime in my form (of type Date). Is it possible to do this?

enter image description here

Upvotes: 0

Views: 237

Answers (1)

Related Questions