How to remove standard validation tooltip after .reportValidity() using css
Any ideas?
How to remove standard validation tooltip after .reportValidity() using css
Any ideas?
The keyword is: "standard". It's not possible to modify (this includes hiding) the actual tooltip because it's a browser native implementation, at least, not possible for major browser engines like Blink, Webkit and Gecko, namely Chromium, Safari and Firefox respectively.
References:
.reportValidity() behaviour: https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#report-validity-steps<form novalidate> ... </form>