You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Fyrd@valtlai Is there any progress here, as this issue is quite old now? I really like to know how far the adoption of unicode-aware pattern-validation in input-fields has evolved. At least under https://caniuse.com/#feat=input-pattern there is no hint …
Browsers should use the
u
flag when matching the input value against HTML pattern attribute. (Spec.)Initial implementations didn’t use the flag, but now at least Chrome, Firefox and Safari Technology Review 53 do.
A test case:
https://codepen.io/valtlai/pen/bMNgaR
Maybe an additional note for https://caniuse.com/#feat=input-pattern would suffice?
The text was updated successfully, but these errors were encountered: