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
It would be nice to allow the user to enter in decimal values when adding some items in recipe edition.
Expected Behavior
Recognize inputs like "0,80 cl vodka" or "0.30 cl gin".
Current Behavior
Parsing doesn't not recognize decimal values directly (the user needs to enter the value in fractional form like "1/2 cl vodka", not "0,50 cl vodka" nor "0.50 cl vodka").
NB: Edition afterwards works by modifying the "amount" field.
It would be nice to allow the user to enter in decimal values when adding some items in recipe edition.
Expected Behavior
Recognize inputs like "0,80 cl vodka" or "0.30 cl gin".
Current Behavior
Parsing doesn't not recognize decimal values directly (the user needs to enter the value in fractional form like "1/2 cl vodka", not "0,50 cl vodka" nor "0.50 cl vodka").
NB: Edition afterwards works by modifying the "amount" field.
DEBUG info
Fractional form works:
Decimal forms don't work:
Environment
Operating System: Linux Debian 10 64bits
Version or commit id: Gourmand-1.1.0rc2-x86_64.AppImage
The text was updated successfully, but these errors were encountered: