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
Restricting the length of (sub)field values can be done with pattern and a regular expression, but keywords minLength and maxLength might be easier to use. Moreover forbidding empty values could be done by assuming minLength=1 as default.
The text was updated successfully, but these errors were encountered:
Restricting the length of (sub)field values can be done with
pattern
and a regular expression, but keywordsminLength
andmaxLength
might be easier to use. Moreover forbidding empty values could be done by assumingminLength=1
as default.The text was updated successfully, but these errors were encountered: