-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: wrong parsing of recipe yield input #1944
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it not simpler, to solve the root of the problem? In line 83 the model is synced with the content of an input field. This causes the trouble of different data types. Normally, it is integer, but it is set to string internally after changes.
If you just added .number.trim
(to v-model
), the value is converted to a number before storing.
Signed-off-by: Johannes Roth <git@jrcloud.de>
Signed-off-by: Johannes Roth <git@jrcloud.de>
Signed-off-by: Johannes Roth <git@jrcloud.de>
I've updated the code and removed the browser native increase and decrease buttons. |
Signed-off-by: Christian Wolf <github@christianwolf.email>
/cb-backport main-0.10.x |
fix: wrong parsing of recipe yield input Signed-off-by: Johannes Roth <git@jrcloud.de> fix: wrong parsing of recipe yield input Signed-off-by: Johannes Roth <git@jrcloud.de> Make stylelint and prettier happy Signed-off-by: Christian Wolf <github@christianwolf.email>
…e-yields Backport of #1944: fix entry recipe yields
Topic and Scope
Fixes #1937
Aufzeichnung.2023-12-06.192544.mp4
Concerns/issues
none.
Formal requirements
There are some formal requirements that should be satisfied. Please mark those by checking the corresponding box.