You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I am migrating an application from NuxtUI and I used to do input masks with Maska, in general it worked well.
Now I am trying to use InputMask component, its even more straightforward than Maska, for now I am having a little hard time with dynamic phone mask.
Change the mask with an external control like a button that handles a boolean condition works but its too limited functionality.
With Maska is possible to pass an Array of masks then the library handles which mask will be applied based on input value length, no need to do anything besides handle the output value.
I tried some ways of doing that but because InputMask prevents any input after mask is complete I couldn't achieve this functionality.
Perhaps is possible if just input allowed more inputs beyond mask limit.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently I am migrating an application from NuxtUI and I used to do input masks with Maska, in general it worked well.
Now I am trying to use InputMask component, its even more straightforward than Maska, for now I am having a little hard time with dynamic phone mask.
Change the mask with an external control like a button that handles a boolean condition works but its too limited functionality.
With Maska is possible to pass an Array of masks then the library handles which mask will be applied based on input value length, no need to do anything besides handle the output value.
I tried some ways of doing that but because InputMask prevents any input after mask is complete I couldn't achieve this functionality.
Perhaps is possible if just input allowed more inputs beyond mask limit.
Beta Was this translation helpful? Give feedback.
All reactions