The masked setting was broken by 624ad7bc76ab93e1f4a44f9fddf8b21792a19480.
My understanding is that the masked setting has no effect on the directive and the input value will always be masked. On the component masked: true should work the same as the directive, and masked: false should show the mask on the input but the v-model binding should not have the mask.
The
masked
setting was broken by 624ad7bc76ab93e1f4a44f9fddf8b21792a19480.My understanding is that the
masked
setting has no effect on the directive and the input value will always be masked. On the componentmasked: true
should work the same as the directive, andmasked: false
should show the mask on the input but thev-model
binding should not have the mask.