Gusto / react-masked-field

A masked input component built in React
MIT License
19 stars 7 forks source link

reinit value and buffer on mask change #8

Open murzvo opened 7 years ago

murzvo commented 7 years ago

To correctly apply new changes on masked input

murzvo commented 7 years ago

@rylanc Could you help me with build? I can't understand what is wrong

rylanc commented 7 years ago

@murzvo It looks like there was a compatibility issue with my tests and later versions of React. I just updated the tests. Try merging and see if that fixes things.

murzvo commented 7 years ago

@rylanc Everything looks OK now. Thank you.