ui-mask icon indicating copy to clipboard operation
ui-mask copied to clipboard

UI-Mask date issue in Grid cell Tab event

Open alkasingh19 opened this issue 7 years ago • 0 comments

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: '<input ui-mask="19/39/2999" ui-grid-editor ui-mask-raw="false" only-Number ng-keypress="limitToValidDate($event)" placeholder="MM/DD/YYYY" />', 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

alkasingh19 avatar Apr 10 '17 10:04 alkasingh19