how can i change input mask according to the phone number format ? for example for +91 and +1 , ind and us ?
Code{
type: "text",
name: "question77",
title: "Phone",
inputMask: "phone",
inputFormat: "(+##)-###-###-####",
placeHolder: "+0-000-000-0000",
validators: [
{
type: "numeric",
},
],
startWithNewLine: false,
},