insin / react-maskedinput

Masked <input/> React component

Home Page:http://insin.github.io/react-maskedinput/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

defaultValue prop is not used?

jerrygreen opened this issue · comments

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