This reverts commit e024f2f8b7
.
breaks google3 see http://cl/223526995
PR Close #27375
This commit is contained in:
parent
32c5be97b0
commit
1439071b7e
|
@ -381,7 +381,7 @@ export const PATTERN_VALIDATOR: any = {
|
||||||
*
|
*
|
||||||
* Note: if a string type attribute value is used, the regex will be applied with the
|
* Note: if a string type attribute value is used, the regex will be applied with the
|
||||||
* unicode flag on supported browsers. If a unicode-regex is passed, it might break on
|
* unicode flag on supported browsers. If a unicode-regex is passed, it might break on
|
||||||
* unsupported browsers. In this case, the application developer should be responsible to handle the
|
* unsupported browser. In this case, the user should be responsible to handle the
|
||||||
* browser compatibility.
|
* browser compatibility.
|
||||||
*
|
*
|
||||||
* @usageNotes
|
* @usageNotes
|
||||||
|
|
Loading…
Reference in New Issue