0

How to remove standard validation tooltip after .reportValidity() using css

validation tooltip message

Any ideas?

2 Answers2

1

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:

Rick Stanley
  • 498
  • 1
  • 8
  • 14
0
<form novalidate> ... </form>
tauzN
  • 2,865
  • 1
  • 12
  • 15