Olegs Gedzjuns

Results 1 comments of Olegs Gedzjuns

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