RobinHerbots / Inputmask

Input Mask plugin
https://robinherbots.github.io/Inputmask/
MIT License
6.37k stars 2.17k forks source link

"NumLock", "ScrollLock" strings as input value while "A" mask using. #2720

Closed egorvdovenko closed 1 year ago

egorvdovenko commented 1 year ago

If we use the mask "A" (or any alphabet regex), then a strange behavior occurs when trying to activate/deactivate NumLock/ScrollLock modes. The "NumLock", "ScrollLock" strings are used as input values.

https://codepen.io/egorsergeevichw/pen/abQpBGR

I also noticed that the problem appeared in the package version 5.0.8, and the previous one does not have it.

fremail commented 1 year ago

Hi @egorvdovenko! I have the same issue. Did you find a solution?

RobinHerbots commented 1 year ago

@egorvdovenko , @fremail ,

The issue is fixed in 5.0.9-beta.18

egorvdovenko commented 1 year ago

@RobinHerbots many thanks! So, when will it be published (as I see the current @next version is 5.0.8-beta.17)?

RobinHerbots commented 1 year ago

Done