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
The DOM properties "min" and "max" of the input element are initialized as empty strings. Since diffAttributes() uses weak comparison when checking the new value against the old it fails to update either min or max when 0 is passed as value.
The DOM properties "min" and "max" of the input element are initialized as empty strings. Since diffAttributes() uses weak comparison when checking the new value against the old it fails to update either min or max when 0 is passed as value.