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
Add special case for diffing properties of checked and value.
This fixes a problem where diffing ignores that fact the input field state is different than both the old and new models.
This is considered an edge case and only arises when both the old and new models are the exact same, yet a user has typed into an input or checked a check box.