🔐 Password Field Handling
-
Inputs with
type="password"
are never tracked by Trakg, even without thetrakg-input-no-track
attribute. -
If a password field is changed to
type="text"
(e.g., during “show password” interactions), Trakg might track it unless you explicitly mark it as not tracked. -
For extra safety, always use
trakg-input-no-track="true"
on sensitive fields like passwords or payment data.