Hey, I wanted to add multiple masks to phone input, but it don't really work. `<masked-input type="tel"` `name="phone"` ` v-model.trim="phone"` `mask="['+\\9\\96 (999) 99-99-99', '+7 (999) 999-99-99']"` `>` Seems like it don't read **arrays**
Hey, I wanted to add multiple masks to phone input, but it don't really work.
<masked-input type="tel"name="phone"v-model.trim="phone"mask="['+\\9\\96 (999) 99-99-99', '+7 (999) 999-99-99']">Seems like it don't read arrays