-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Textarea shows default value twice in replay #745
Comments
lee-userback
changed the title
Textarea shows default value twice
Textarea shows default value twice in replay
Nov 3, 2021
Hi, any idea why this was closed? |
Oh, sorry, I didn't see the fix. |
1 task
This problem still exists. You can use rrweb-player and remember not to use the default version.To use 2.0.0-alpha.11. |
@YanJie-001 This fix was for the same problem but in the mutations; your problem was happening in the fullSnapshot and should be fixed by #1351 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When there a a textarea with some default value say "123" like
<textarea>123</textarea>
, in the replay, you will see 123123 in the textarea instead of just 123.I can replicate the bug on the demo page on rrweb website. The bug is recorded here: https://app.userback.io/viewer/1/8/1358718w25i6iM2/
The text was updated successfully, but these errors were encountered: