rrweb
rrweb copied to clipboard
maskTextClass and maskTextSelector not working
maskTextClass and maskTextSelector and blockSelector are not working on <input type="text"> for some reason. Same thing with the default rr-mask class.
But maskAllInputs and maskInputOptions: {text: true} and rr-block works fine.
Same problem here. I would like to target certain input fields with maskTextSelector so that their values are not included in the snapshot (or replaced with * for example). What would be the proper way to achieve that?
same problem
Just trying to understand; by my reading of it, the maskText options are for regular text on the page, and the maskInput config is for form elements .... were you expecting maskText to also apply to form elements? (not saying this is an invalid expectation)