Skip to content
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

Allow freeze modified value #395

Open
rentalhost opened this issue Aug 17, 2017 · 2 comments
Open

Allow freeze modified value #395

rentalhost opened this issue Aug 17, 2017 · 2 comments

Comments

@rentalhost
Copy link

It should be considered only after #394 be implemented.

On left-side of a data we should have a checkbox that, when enabled, force the value never being updated. So any this.property = newValue just will be ignored. It should be very useful for debug.

@Akryum
Copy link
Member

Akryum commented Jan 4, 2018

I don't really get what is the use-case for this.

@rentalhost
Copy link
Author

Constantly the component will try modify a value. So if we have the ability to change this value (via #394 and #74), should be great if we too could freeze it to test some states that could be faster than us. For instance, I use some data values for some animations, and in some values in the step, it glitch, but is very hard to test it without freeze a exact value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants