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
* A regex pattern string for allowed characters. Defaults based on type. For numbers (`type="number"`): `"[\\p{N}]"` For text (`type="text"`): `"[\\p{L}\\p{N}]"`
1350
+
* A regex pattern string for allowed characters. Defaults based on type. For numbers (`type="number"`): `"[\p{N}]"` For text (`type="text"`): `"[\p{L}\p{N}]"`
* A regex pattern string for allowed characters. Defaults based on type. For numbers (`type="number"`): `"[\\p{N}]"` For text (`type="text"`): `"[\\p{L}\\p{N}]"`
6318
+
* A regex pattern string for allowed characters. Defaults based on type. For numbers (`type="number"`): `"[\p{N}]"` For text (`type="text"`): `"[\p{L}\p{N}]"`
0 commit comments