Hi,
with angular datepicker I can write 5112019 a I will get 5/11/2019 but with react datepicker I have to write it as 5 (space or right arrow) 11 (space or right arrow) 2019. Is it possible to control react datepicker only with numeric part of a keyboard? Or any advice how to achieve similar behavior as in angular datepicker?