react-masked-field icon indicating copy to clipboard operation
react-masked-field copied to clipboard

MaskedField doesn't not update child div with the new value prop despite saying it handles standard input props

Open Elliot128 opened this issue 8 years ago • 1 comments

"In addition to the props above, MaskedField should handle all supported input props."

MaskedField does not accept the value prop properly. It does not change its internal state and pass its value prop to the child div element.

Elliot128 avatar Jan 25 '17 22:01 Elliot128

@Elliot128 are you passing in a value for the mask prop? Without a mask prop, MaskedField just forwards all of the given props to the child input.

rylanc avatar Apr 26 '17 19:04 rylanc