nosir / cleave.js

Format input text content when you are typing...
http://nosir.github.io/cleave.js
Apache License 2.0
17.96k stars 1.62k forks source link

Handle missing value in Util.getPostDelimiter() #721

Open kevmo314 opened 1 year ago

kevmo314 commented 1 year ago

In automated testing, the last value may be null because no keydown event was sent to the input. In this case, we return an empty string.