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
When adding an ingredient that has a variable amount, for example '1/2-1 teaspoon', the input cannot be submitted.
Steps to Reproduce
Choose new recipe in RC1. Enter an ingredient that has a variable amount. In my test the ingredient used 1/2 to 1 teaspoon, input as 1/2-1 in the amount input and teaspoon in the unit input.
Expected Behavior
Input of variable amount should be accepted. Examples would be:
'1/2-1' - 1/2 to 1
'1 1/2-2' - 1 and 1/2 to 2
'1-1 1/2' - 1 to 1 and 1/2
'1 1/2-2 1/2 - 1 and 1/2 to 2 and 1/2
Current Behavior
If amount input is not whole number, fraction or mixed fraction (like 1 1/2), input is not accepted - no error message, just not allowed to submit. Changing amount to whole number, fraction or mixed fraction allows input to be submitted.
When adding an ingredient that has a variable amount, for example '1/2-1 teaspoon', the input cannot be submitted.
Steps to Reproduce
Choose new recipe in RC1. Enter an ingredient that has a variable amount. In my test the ingredient used 1/2 to 1 teaspoon, input as 1/2-1 in the amount input and teaspoon in the unit input.
Expected Behavior
Input of variable amount should be accepted. Examples would be:
'1/2-1' - 1/2 to 1
'1 1/2-2' - 1 and 1/2 to 2
'1-1 1/2' - 1 to 1 and 1/2
'1 1/2-2 1/2 - 1 and 1/2 to 2 and 1/2
Current Behavior
If amount input is not whole number, fraction or mixed fraction (like 1 1/2), input is not accepted - no error message, just not allowed to submit. Changing amount to whole number, fraction or mixed fraction allows input to be submitted.
Environment
gourmet-c3ece056
Operating System: Ubuntu 20.04 (with latest updates)
Desktop: Cinnamon 4.4.8
Installed as Flatpak
The text was updated successfully, but these errors were encountered: