arqex / react-datetime

A lightweight but complete datetime picker react component.
2k stars 870 forks source link

OnBlure not being triggered #776

Open DhruvinPatel78 opened 3 years ago

DhruvinPatel78 commented 3 years ago

Hello, i am using ^2.16.3 version

When i have more then 1 DateTime Component on same page i am not able to fire onBlur in which i want to close DateTime. Use case : suppose we have 2 DateTIme component on same page. so when i select 1st and after that without selecting any date i directly select 2nd DateTIme so at that point of time both DateTIme remains open and onBlur don't get triggered