We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rrweb
2.0.0-alpha.11
Replayer respects the selected option.
selected
The selected option is ignored and the first item in the list is displayed.
<select>
<select> <option>1</option> <option selected>2</option> <option>3</option> </select>
maskAllInputs
rrwebRecord({ ... maskAllInputs: true })
2
1
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Preflight Checklist
What package is this bug report for?
rrweb
Version
2.0.0-alpha.11
Expected Behavior
Replayer respects the
selected
option.Actual Behavior
The
selected
option is ignored and the first item in the list is displayed.Steps to Reproduce
<select>
where selected option is not the first item in the list.maskAllInputs
.2
is selected when original page is loaded.1
is selected in the video.Testcase Gist URL
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: