angular-ui / ui-mask

Mask on an input field so the user can only type pre-determined pattern
https://htmlpreview.github.io/?https://github.com/angular-ui/ui-mask/master/demo/index.html
MIT License
391 stars 258 forks source link

UI-Mask date issue in Grid cell Tab event #218

Open alkasingh19 opened 7 years ago

alkasingh19 commented 7 years ago

Hi, I have Implemented UI-mask date in my application, functionality not working in Grid when I click tab in cell to go on date cell. using below template in directives - template: '', and I have created following cell template for grid column var serviceFromDateTemplate = '

{{COL_FIELD}}> '; can someone help me. on grid cell tab event directives seems not working. however it works when I click on cell but as the requirement is to function on Tab even of prev cell.

Thank you! Alka Singh