Yes! We automatically exclude the following elements for you.
All text field inputs except for checkboxes and radio buttons (this covers names, credit card numbers, social security numbers, etc. All elements with the “content editable” attribute.
- ‘input:not([type])’,
- ‘input[type=””]’,
- ‘input[type=text]’,
- ‘input[type=password]’,
- ‘input[type=email]’,
- ‘input[type=number]’,
- ‘input[type=tel]’,
- ‘input[type=range]’,
- ‘textarea’,
- ‘[contenteditable=true]’,
- ‘[contenteditable=””]’