onKeyUp is not use again in jquery.inputmask

i have use onKeyUp event in yii2 Masked Input

after update via composer, i got error in my page

because jquery.inputmask delete onKeyUp event

i have change a little code

to tricky still using onKeyUp




"function() { \$(this).one('keyup', function() {

...


})}"