Skip to content
This repository was archived by the owner on Dec 11, 2017. It is now read-only.

Fix bug where input didn't complete if final character was mid-input#214

Closed
wadetandy wants to merge 1 commit intodigitalBush:masterfrom
wadetandy:master
Closed

Fix bug where input didn't complete if final character was mid-input#214
wadetandy wants to merge 1 commit intodigitalBush:masterfrom
wadetandy:master

Conversation

@wadetandy
Copy link

The previous completion callback was only called if the final character
typed was also the last character in the masked input. For example if I
have a date mask (99/99/9999), if I type 03/27/2014 in that order, it
will fire the completion callback without issue. But if I go back and
backspace the 27 to a 28, the callback wouldn't fire.

The previous completion callback was only called if the final character
typed was also the last character in the masked input.  For example if I
have a date mask (99/99/9999), if I type 03/27/2014 in that order, it
will fire the completion callback without issue.  But if I go back and
backspace the 27 to a 28, the callback wouldn't fire.
@digitalBush digitalBush added this to the 1.4 milestone Oct 10, 2014
@digitalBush digitalBush removed this from the 1.4 milestone Oct 10, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants