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 entering an ingredient quantity such as 1-4, on mobile (both PWA and Chrome browser, on Android), you see 1-4 in the quantity field and everything looks fine. When you save the recipe, NO quantity value is stored.
(This is not a problem on desktop, which stops me entering the - in the first place.. if I type 1-4 on the keyboard, only 14 enters the field)
Not tested on iOS. Assume to be the same, but not sure.
Steps to Reproduce
On Android, in PWA or browser (Chrome tested), edit a recipe
Set the quantity of an ingredient to 1-4 (or similar)
Save recipe
Quantity becomes null (even if there was a previously valid quantity such as 1)
Please provide relevant logs
Nothing in the Mealie logs, shows a successful PUT with nothing extra.
Mealie Version
Details
Version: nightly
Build: 7222abe
Application Mode: Production
Demo Status: Not Demo
API Port: 9000
API Docs: Enabled
Database Type: sqlite
Recipe Scraper Version: 14.53.0
Checks
Secure Site: Yes
Server Side Base URL: Yes
LDAP Ready: No
Email Configured: Yes
Deployment
Docker (Linux)
Additional Deployment Details
No response
The text was updated successfully, but these errors were encountered:
My guess is this is either because 1-4 gets evaluated as maths, becoming -3 or more likely because it's an invalid character - but nothing is reported to the Android user.
I'm not planning on immediately investigating this myself because I consider it a low priority.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
First Check
What is the issue you are experiencing?
When entering an ingredient quantity such as
1-4
, on mobile (both PWA and Chrome browser, on Android), you see1-4
in the quantity field and everything looks fine. When you save the recipe, NO quantity value is stored.(This is not a problem on desktop, which stops me entering the
-
in the first place.. if I type1-4
on the keyboard, only14
enters the field)Not tested on iOS. Assume to be the same, but not sure.
Steps to Reproduce
1-4
(or similar)1
)Please provide relevant logs
Nothing in the Mealie logs, shows a successful PUT with nothing extra.
Mealie Version
Details
Version: nightly
Build: 7222abe
Application Mode: Production
Demo Status: Not Demo
API Port: 9000
API Docs: Enabled
Database Type: sqlite
Recipe Scraper Version: 14.53.0
Checks
Secure Site: Yes
Server Side Base URL: Yes
LDAP Ready: No
Email Configured: Yes
Deployment
Docker (Linux)
Additional Deployment Details
No response
The text was updated successfully, but these errors were encountered: