Just did a lot of searching but found no solution for this question. So is there any latest updates or discovery that we can change the default icon and text formatting for the setCustomValidity
with CSS
, jQuery
, or JavaScript
(see screenshot below)?
I tried $("#txtOrganization")[0].setCustomValidity("<b>Organization name</b> is required.");
but no luck. Also, according to this post, the following is outdated:
::-webkit-validation-bubble
::-webkit-validation-bubble-arrow-clipper
::-webkit-validation-bubble-arrow
::-webkit-validation-bubble-message
Thanks!