setCustomValidity() doesn't really work on Chromium-based browsers, as no message is displayed, or only on hover, depending on the version/engine.
It works fine on FireFox.
A custom Js implementation would ensure that error message are always displayed, and in the same way, across any browser/device
setCustomValidity() doesn't really work on Chromium-based browsers, as no message is displayed, or only on hover, depending on the version/engine.
It works fine on FireFox.
A custom Js implementation would ensure that error message are always displayed, and in the same way, across any browser/device