How to change the tooltip layout for mandatory input fields?

Hello,

Is there a way to change the layout of the tooltip of mandatory input fields?

Thanks!

1 Like

This is browser default. I think you’d need to handle your own custom validation with states to be able to change this.

2 Likes

As @Broberto said, this is a browser default. You can change the text displayed using this attribute on the input and replace ‘insert’ with your message:
image

But as far as I’m aware, you’ll need to create custom error design states to do more than that

2 Likes