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
In some cases it is difficult to prevent that an edit widget doesn't
return the original value, even if the user didn't change anything.
So rather than just comparing values to check if they have been
modified, a dirty bit has been added which is set whenever the user
actually edits the data in an edit widget. This is part of the fix
for #17878.
0 commit comments