Hello, I am creating a module with a selection field. I would like a float number to be saved to the DB when a user selects a choice from the selection drop down, but when I make a selection then I get an error like this:
DataError: invalid input syntax for integer: "0.25"
So my question is, can floating numbers be used as values for a selection field, or can you use only integers or strings? Thank you