We have installed react-datepicker component. The default behaviour is that the calendar is getting opened on tab keypress from previous field. How can I avoid this. Please suggest as I am unable to override the default behaviour of this component. I just want the focus to be on this control when tab is pressed.
How to avoid react date picker calendar to open on tab keypress from previous textbox
2.8k views Asked by pratham gn At
2
You can open it manually:
And then somewhere