react-maskedinput
react-maskedinput copied to clipboard
Fix mask value setting on change
what bug or scenario did you reach where this wasn’t working?
This seems to be fixing an issue I'm having.
After entering a value into the masked input the actual input element in the page's value is not set. His change ensures that the element's value is set to the masked value.
Can I get a rebase then I’ll land this in a beta release?