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 have searched the issue tracker for a bug report that matches the one I want to file, without success.
What package is this bug report for?
rrweb-snapshot
Version
2.0.0-alpha.17
Expected Behavior
I have a React app that controls a textarea by setting the value prop. RRWeb records the attribute change as well as the change event. The data looks like
Preflight Checklist
What package is this bug report for?
rrweb-snapshot
Version
2.0.0-alpha.17
Expected Behavior
I have a React app that controls a
textarea
by setting thevalue
prop. RRWeb records the attribute change as well as thechange
event. The data looks likeAttribute change event:
Input change event:
I am expecting the
attributes.value
to be masked.Actual Behavior
The
attributes.value
is unmasked. The issue appears to be ingenTextAreaValueMutation
, specifically the codeThere doesn't appear to be any masking logic that is applied to this value (or upstream of this function).
Steps to Reproduce
Create a controlled
textarea
in React.Testcase Gist URL
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: