Problem:
I cannot enter decimal values in the input filed for numeric variable values
Expected behavior:
It is possible to enter decimal values
It is possible to enter values with exponent notation
Problem:
I cannot enter decimal values in the input filed for numeric variable values
Expected behavior:
It is possible to enter decimal values
It is possible to enter values with exponent notation
We cannot use the browsers input type number the way we used it, as it does not allow intermediate inputs: "12." is not a valid number and the input field will clear the ., making it impossible to enter "12.3".
I removed the special handling for numbers. We should tackle user input validation in
OPT-410.