Benoit Kogut

Results 2 comments of Benoit Kogut

Dug the issue a bit. Found suspicious behaviour in `reFormatCardNumber` reFormatCardNumber = (e) -> cursor = _getCaretPos(e.target) return if e.target.value is "" if getDirectionality(e.target) == 'ltr' cursor = _getCaretPos(e.target) e.target.value...

Thanks for the quick response. Alas, that does not the trick. But for other reasons. If you were to change the value of an input, and then update the caret...