Gusto / react-masked-field

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

fix: Fix when a completely new value is passed #29

Closed rylanc closed 5 years ago

rylanc commented 5 years ago

Fixes: When a new value is passed to a MaskedField that didn't come from an onChange handler (e.g. an AJAX call), the new value isn't displayed.

zp-alfred commented 5 years ago

Accepted by colinharris05!