Currently, mask shows up only when u're typing inside it. Is it possible to always show the mask, like: +1 (___) ___--____ ?
As far as i understand:
That's what i need - placeholder: string, but it's not available via directive, only as a component.
If i use as component, then i omit my vuetify textfield component, hence i went a directive approach, is it possible to use a component mode with a custom component?
Currently, mask shows up only when u're typing inside it. Is it possible to always show the mask, like:
+1 (___) ___--____
?As far as i understand:
That's what i need -
placeholder: string
, but it's not available via directive, only as a component.If i use as component, then i omit my vuetify textfield component, hence i went a directive approach, is it possible to use a component mode with a custom component?