InputMask is used with the v-model property for two-way value binding.
+When disabled is present, the element cannot be edited and focused.
+Specify the variant property as filled to display the component with a higher visual emphasis than the default outlined style.
+Invalid state is displayed using the invalid prop to indicate a failed validation. You can use this style when integrating with form validation libraries.
++ Mask format can be a combination of the following definitions; a for alphabetic characters, 9 for numeric characters and * for alphanumberic characters. In addition, formatting characters like (, ) , + - are also accepted. +
+When the input does not complete the mask definition, it is cleared by default. Use autoClear property to control this behavior. In addition, ? is used to mark anything after the question mark optional.
+InputMask provides small and large sizes as alternatives to the base.
+Default placeholder for a mask is underscore that can be customized using slotChar property.
+