Samuli Suomi
Samuli Suomi
Now that I thought about this more, shouldn't this bug also appear when using just `LineSeries`? I'm not sure how to fix the issue in that case. For `LineMarkSeries`, fixing...
Shouldn't this still count as a bug if the latest-ish Chrome, Firefox and Safari all behave the same? Also do you happen to know any workarounds? `fireEvent.change` doesn't seem to...
> Your codesandbox wasn't using fireEvent correctly. It works if you do this: > > ```js > fireEvent.change(timeInput, { target: { value: "12:34:56" } }); > ``` Woops, thank you...