Dharmendra Vaishnav

Results 1 comments of Dharmendra Vaishnav

> I was able to get the desired behavior by adding a handler to `onChangeRaw` and preventing default: > > ``` > handleDateChangeRaw = (e) => { > e.preventDefault(); >...