INCF / artem-is

https://incf.github.io/artem-is/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not possible to input negative numbers into float

asoskic opened this issue · comments

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 :)

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

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". 😅

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