Input_number problem

i’m trying to user more than 3 numbers at input_number widget but i he doesn’t compute/save the rest of the numbers i type, for exemple:

i.e:
Type for numbers:
123 (the widget didn’t catch/compute or whatever the fourth number)

if the user need to pass 6 numbers, the widget just read 3 and the rest? I also tryed use max_values and min_values but didn’t worked.

Another example:

i can’t provide a snip of my code!

Solved this applying format="%.6f"

1 Like