ariovistus / aurelia-mask

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

value changed loop #18

Closed ariovistus closed 5 years ago

ariovistus commented 5 years ago

typing two or more characters simultaneously can cause aurelia mask to go into a loop where the value oscillates between two different values. Seems to occur with current aurelia. Not sure when this started being a thing, but I have an older aurelia cli project with aurelia-framework@1.1.4 where I am not getting this behavior

ariovistus commented 5 years ago

looks like removing valueChanged fixes it, which I think is only necessary to accomplish two way binding. If there is a way to make valueChanged not respond to UI events, that would be ideal, otherwise two way binding will be getting the axe.

ariovistus commented 5 years ago

this is fixed in 2.0.0