angular-keypad icon indicating copy to clipboard operation
angular-keypad copied to clipboard

Doesn't work with masking modules

Open AppwareDev opened this issue 7 years ago • 1 comments

Hi, may I ask how you achieved the masking with placeholders in this demo in the README?

I've tried using ui-mask but the input doesn't accept any characters entered via angular-keypad, depsite trying both letter and number mask definitions.

I've also tried ngMask but that doesn't support placeholders.

Great module and docs despite this, many thanks.

AppwareDev avatar Nov 08 '17 17:11 AppwareDev

I think I've solved it so I'll post the solution here for future reference:

Add this to the ui-mask input: ui-options="{allowInvalidValue:true}"

AppwareDev avatar Nov 08 '17 18:11 AppwareDev