79118985

Date: 2024-10-23 17:08:42
Score: 0.5
Natty:
Report link

The answer is simpler than you think.

.setCustomValidity("")

is not the same as

.setCustomValidity(" ")

I was going completely crazy until I found out that one must explicitly include whitespace for the popup reset to work as expected.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: zax