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
How i can make it?
for example:
type array
allowedStrings:['abcd','efgh','123','check','it','out'].
minElements: 1
Data:
['abcd','123'] -> valid
['abcd','kekc'] -> invalid
['abcd',123] -> invalid
[] -> invalid
The text was updated successfully, but these errors were encountered:
How i can make it?
for example:
type array
allowedStrings:['abcd','efgh','123','check','it','out'].
minElements: 1
Data:
['abcd','123'] -> valid
['abcd','kekc'] -> invalid
['abcd',123] -> invalid
[] -> invalid
The text was updated successfully, but these errors were encountered: