Customize input pattern not matching popup

Is there any way to customize the popup that appears when input does not match pattern?
6 Replies
Monimolimnion
Monimolimnion3y ago
What popup?
Cocoman
CocomanOP3y 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"
Monimolimnion
Monimolimnion3y ago
Ah. That'll be hardcoded in the browser, you can't style it
Cocoman
CocomanOP3y ago
So if I need some data validation and error messages in UI I need to use javascript?
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
Jochem
Jochem3y ago
I don't think that tooltip is a part of the spec, do you have an example of it you can show? @coconut

Did you find this page helpful?