insin / react-maskedinput

Masked <input/> React component
http://insin.github.io/react-maskedinput/
MIT License
730 stars 197 forks source link

defaultValue prop is not used? #122

Open jerrygreen opened 6 years ago

jerrygreen commented 6 years ago

original <input/> component uses value and defaultValue props

for <MaskedInput/> component I don't see any effect of defaultValue prop

p.s. however, looks like value prop is working exactly like defaultValue... very confusing