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
* chore: add format as valid child to fields
* use regex format for text input format schema
* add test for text field format
* use json schema draft 7
---------
Co-authored-by: Angus Fretwell <angusfretwell@me.com>
"What’s the code name for this release? :name_badge:"
327
327
]
328
328
},
329
+
"format": {
330
+
"type": "string",
331
+
"description": "The format must be a regular expression implicitly anchored to the beginning and end of the input and is functionally equivalent to the HTML5 pattern attribute.",
0 commit comments