Skip to content

fix validation of number input field

Closes #103 (closed)

This should work. Really stupid that there are no built-in JS functions for this. Also Number("") gives 0 instead of NaN...

Merge request reports