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

[Bug] OnValueChanged with Arrays/Lists. #350

Open
Gohloum opened this issue Jan 18, 2023 · 1 comment
Open

[Bug] OnValueChanged with Arrays/Lists. #350

Gohloum opened this issue Jan 18, 2023 · 1 comment

Comments

@Gohloum
Copy link

Gohloum commented Jan 18, 2023

When using [OnValueChanged("callbackName")] with an array or list, adding or removing elements will trigger the OnValueChanged. However re-arranging the existing items in a list is ignored. I would think this action should also fire the OnValueChanged. If not, can you please add it as a feature?

Thank you!

@Gohloum
Copy link
Author

Gohloum commented Jan 18, 2023

Also, I just noticed changing the value of an element in a list does not fire the OnValueChanged either. So it would seem that the only event that fires it is when the length of the array or list changes.

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

No branches or pull requests

1 participant