ngMask
ngMask copied to clipboard
repeat crashes browser
I just tried to implement repeat
and it crashed my browser and continues to do so.
<input type="text" mask="w?" repeat="60" mask-restrict="reject" ng-model="value" />
http://plnkr.co/edit/w5n1m07PyGPw1VjxXoBf?p=preview
Start typing characters very quickly.
@im1dermike My browser didn't crash when typing characters extremely fast. What browser and version are you experiencing this with?
All. Mash your keyboard if you're not typing fast enough.
Wow, that's quite extreme! Can you prepare a PR?
If you use mask="w?" repeat="60" restrict="reject"
and insert a alphabet letter with accents (ä,á,...) the Browser crashes.