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•2y ago
Message Not Public
Sign In & Join Server To View
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•2y ago
Message Not Public
Sign In & Join Server To View
So if I need some data validation and error messages in UI I need to use javascript?
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
I don't think that tooltip is a part of the spec, do you have an example of it you can show? @coconut