hi, for forms normally, if you add the required attribute, it shows the yellow exclaimation mark with “This field is required!” How do I change that?
To set the field required, i just use
this.required = true
, and currenty i’ve tried using
require(true, { +"This field is required!" })
to change it, but no cigar.