wearekuva/oui

Slider input not initialized if value rounds to zero

Closed this issue · 2 comments

If the initial value of a slider is 0 (or rounds to 0) the slider input stays empty on first render.

The cause is again preact's diffAttributes(), although in this case an update to the current preact version might resolve the problem.

Thanks for raising this and filing the bug on Preact. It looks like this should be addressed in 6.1, so I'm tempted to wait for this to land