You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think is because no callable is ever passed to the trait fns_on_revert of WrapSaveButtonBar. Maybe we should pass a default function that performs the revert?
Describe the bug
Pressing revert does not revert the values correctly.
To Reproduce
Made a change to the slider within a nested object:
Slider is set to 2:
Change to 1:
Revert but stays at 1:
Expected behavior
Expect that by pressing revert, the values will change back to how they were.
The text was updated successfully, but these errors were encountered: