-
Notifications
You must be signed in to change notification settings - Fork 151
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
Increment/Decrement uses the value of the first input #443
Comments
I can also confirm i have a similar issue. |
Thanks to your working example. maybe you need to get the value before doing something.
|
@FDiskas I have a different use case. I want all the inputs to increase their own value. I've simplified the example, because my first example contained some noise |
There is a good candidate https://hyperscript.org/expressions/you/ |
I landed only on one solution https://jsfiddle.net/eu29kdtr/ |
Also accidentally found yet another way |
definitely a bug, will try to fix for the next release |
On a click action and want to increment values of all inputs and reset the closest input to 0.
I created a fiddle to demonstrate:
https://jsfiddle.net/oj6c53bt/1/
I expect all inputs to have unique values at some point, but all values are synced with the first input of the selection.
The text was updated successfully, but these errors were encountered: