I am using Datetime of "react-datetime" and would like to close the calendar when I press enter on the input. How to do this?
How to close Calendar when press ENTER in keyboard input with react-datetime
316 views Asked by Ronnei Peterson At
1
Resolved using useRef and with the function _closeCalendar():