Aditya Gupta

Results 3 comments of Aditya Gupta

Another option can be to use a custom input button https://reactdatepicker.com/#example-custom-input ``` () => { const [startDate, setStartDate] = useState(new Date()); const ExampleCustomInput = ({ value, onClick }) => (...

Another option can be to use a custom input button https://reactdatepicker.com/#example-custom-input ``` () => { const [startDate, setStartDate] = useState(new Date()); const ExampleCustomInput = ({ value, onClick }) => (...

Thanks for your suggestions and in depth explanations! I would be sure to check these out and implement these as soon as I have some time!