I need help in disabling the browser autocomplete on a field that uses p-inputMask. I have tried using autocomplete="nope" on other fields and it works perfectly, but for this specific case, it doesn't seem to work. Can anyone point out what I might be missing? Appreciate your assistance!
Please see attached picture:
This is the code snippet:
<p-inputMask autocomplete="nope" name="maskValue" mask="(999) 999-9999" placeholder="(999) 999-9999" ></p-inputMask>
NOTE: After entering a phone number and clicking send, you will notice the browser autocomplete feature. I am trying to eliminate it, but haven't found a solution yet.