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
choices function for maskType property should return mask types.
It would allow to customize choices for the property grid in the way we used to: Survey.Serializer.findProperty("text", "maskType").setChoices(["none", "pattern", "numeric"], undefined);
The code can be the following:
choices function for
maskType
property should return mask types.It would allow to customize choices for the property grid in the way we used to:
Survey.Serializer.findProperty("text", "maskType").setChoices(["none", "pattern", "numeric"], undefined);
The code can be the following:
The text was updated successfully, but these errors were encountered: