isPhone
Check if StringProperty is a phone based on the format.
val property = StringProperty()
val control = Control(
scope = "#/properties/key",
options = Options(format = Format.Phone)
)
val isPassword = property.isPhone(control)
Content copied to clipboard
Return
true if the StringProperty is a phone
Parameters
control
Field contained in the com.paligot.jsonforms.kotlin.models.uischema.UiSchema