Remove default navigator pop up message
Answered
Yacare Caiman posted this in #help-forum
Yacare CaimanOP
I want to remove the default navigator pop up message that appear when an input is required or the data is not correctly entered, I've been trying to figure out how to remove it for a long time but I can't find the solution.
Answered by Pied-billed Grebe
Looks like the standard HTML 5 validation, right? Try using the
novalidate
attribute on your form element.1 Reply
Pied-billed Grebe
Looks like the standard HTML 5 validation, right? Try using the
novalidate
attribute on your form element.Answer