You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behavior: Setting widget as DecimalField for an argument results in capability of inputting an floating point value.
Actual Behavior: After typing a floating point number into a DecimalField, error message saying "This field is required" pops up. This stops the application from going forward to the execution stage. I tried both typing a number and setting it using plus and minus buttons.
@Katzmann1983 Is this an issue or can it be made better if we added '-' internally before the arguments? Let me know if I can work on this if it has to be done.
You are missing the - infront of the first argument "-val"
This was the case, thank you! I think this may be a bug, if DecimalField requires user to put some numbers in, it should not work with optional argument (with "--"), but with positional (i.e. required argument, without dashes).
I have the same issue, but I get This field is required in every case when setting required=True (both with a single dash and two dashes) or using a positional, no matter the number that is put in.
DecimalField
for an argument results in capability of inputting an floating point value.DecimalField
, error message saying "This field is required" pops up. This stops the application from going forward to the execution stage. I tried both typing a number and setting it using plus and minus buttons.By the way, thank you very much for creating Gooey, it's super helpful for me!
The text was updated successfully, but these errors were encountered: