ionic2-mask-directive
ionic2-mask-directive copied to clipboard
Show mask pattern always
Is it possible to show the pattern of the mask always in the input field ? So if i have mask="99/99/9999" placeholder="dd/mm/yyyy" I want the "/" to be visible always in the input field. At the moment the "/" character is added after you fill the first condition of the mask.