ariovistus / aurelia-mask

port of ui-mask to aurelia
MIT License
7 stars 3 forks source link

number value causes infinite loop #7

Closed ariovistus closed 7 years ago

ariovistus commented 7 years ago

with aurelia-task-queue@1.1.0, with usage like

<input masked="value.bind: view.a; mask: 999999; placeholder=space" />

if view.a is a number, the loop in TaskQueue.prototype.flushMicroTaskQueue never ends

ariovistus commented 7 years ago

fixed 1.3.0