-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Trying to convert the strings to numbers causes all kinds of funny problems. We should just save them as Strings instead. We should also use input type number so for some input validation consistently.
I use input with type number for now. It has this weird bug where it resets the value if it is not a valid number when the input loses focus, but I think it is not critical and we gain more value from the number type than if we would use type text. If we at some point decide to go with text inputs, we can create a new ticket for that.