We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Feature request
Currently, option update prevention works well for scalar values (numbers, strings, etc.), object values have to be scoped.
Relates to the #78.
An object set to an option is compared to the previous value by reference only.
A deep check for objects' equality also performed.
devextreme-react 18.1.1-alpha.3
The text was updated successfully, but these errors were encountered:
Since this affects option processing significantly, we decided not to add this enhancement this time. Waiting for more feedback.
Sorry, something went wrong.
IlyaKhD
No branches or pull requests
Issue Type
Feature request
Description
Currently, option update prevention works well for scalar values (numbers, strings, etc.), object values have to be scoped.
Relates to the #78.
Current Behavior
An object set to an option is compared to the previous value by reference only.
Expected Behavior
A deep check for objects' equality also performed.
Environment Details
devextreme-react 18.1.1-alpha.3
The text was updated successfully, but these errors were encountered: