ngx-mask
ngx-mask copied to clipboard
Contentedible div + mask
<div contenteditable mask="d0/M0/0000"></div>
I am trying to use the day/month/year mask on a contenteditable div, however, applying the mask doesn't work appropriately. Is there some way to use mask with a contenteditable div where what the user types is appropriately masked?