-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
side effects of 'each' and 'options' together #126
Comments
Hmm that's an interesting problem and hard to explain (at least for me). We can't skip the execution of I don't have a clean solution (yet). |
Will be necessary to clone the _template for #126.
Finally fixed this 🎉. That was harder than I imagined when I started to work on this issue again a month ago. The acctual fix will have some negative impact on performance because we are now cloning the I think it's not that big of deal bacause the VirtualElements aren't that hard to clone and we currently have time/memory-havier things to work on, but I have it on my things-to-think-over-again-list. Also I think a a little slower but working approach should be prefered over a bugged version. Just as some things that should be noted in my opinion. |
Look at the selects or click the "reset" button and look at the browsers console 😞.
https://jsfiddle.net/h19tftc7/3/
The text was updated successfully, but these errors were encountered: