INCF / artem-is

https://incf.github.io/artem-is/
Creative Commons Attribution 4.0 International
13 stars 11 forks source link

Not possible to input negative numbers into float #87

Closed asoskic closed 2 years ago

asoskic commented 2 years ago

We have items where users should be able to input negative values with decimals. They are currently float, but it does not allow inputting negative values. Which type should we put instead?

@Remi-Gau could you weigh in here too so that we are still in sync with other ecobidas tables :)

Remi-Gau commented 2 years ago

hum I think "float" should include positive and negative values, so maybe this is on the validation side that something is wrong

asoskic commented 2 years ago

Vanja and I checked with Dejan today - inputting characters was blocked as a control of input, and a minus is a character, so it was a "collateral damage". 😅

asoskic commented 2 years ago

We have just seen that Suzy has opened this issue earlier. :)