[Vuejs]-Masked input vuejs without jQuery

0👍

It looks like this datepicker accepts a "format" argument, which is a mask. If the format doesn’t work the way you need it to, you could probably write a directive to add a mask to the input element.

Leave a comment