I am using react date picker package in my current react project. I have date/month/year in a single input field. However I would like separate them into individual input fields.
Currently I have like this
How ever I would like to display fields like this one
I am also trying to implement this in react native.How to achieve this?