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
i need do combination of string format like this for example:
a format key that just accept ASCII alphabet + numbers and some where else format key for check do not accept phone number like string.
and in specific field need both to check like this { enName: Type.String({ format : [ ascii , noPhone ]}); }
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
i need do combination of string format like this for example:
a format key that just accept ASCII alphabet + numbers and some where else format key for check do not accept phone number like string.
and in specific field need both to check like this
{ enName: Type.String({ format : [ ascii , noPhone ]}); }
please add this feature or guide me
Beta Was this translation helpful? Give feedback.
All reactions