How to remove Label bubbling

i want to know how to hidden the label notification(in image) and i want to use text by js instead it. thank you.
No description
1 Reply
Tenkes
Tenkes2y ago
add novalidate attribute to your form element
<form novalidate>
...
</form>
<form novalidate>
...
</form>

Did you find this page helpful?