Customize input pattern not matching popup

Is there any way to customize the popup that appears when input does not match pattern?
6 Replies
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
coconut
coconut16mo ago
I'm not sure how it is called, maybe tooltip? When you have an input with pattern attribute and input doesnt match it shows an error message that say "Pattern does not match"
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
coconut
coconut16mo ago
So if I need some data validation and error messages in UI I need to use javascript?
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
Jochem
Jochem16mo ago
I don't think that tooltip is a part of the spec, do you have an example of it you can show? @coconut