We have setup a React SPA with Clarity masking set to Relaxed as we want to be able to see every data input entered by users. However, the recordings always mask all input fields during user entry. We also tried specifically adding data-clarity-unmask="true" to the body tag and also individual input tags to no avail. Are there any other options to force Clarity to avoid masking altogether?
Thank you
We have setup a React SPA with Clarity masking set to Relaxed as we want to be able to see every data input entered by users. However, the recordings always mask all input fields during user entry. We also tried specifically adding data-clarity-unmask="true" to the
bodytag and also individualinputtags to no avail. Are there any other options to force Clarity to avoid masking altogether?Thank you