Remove planceHolderChar and formatCharacters from props before setting them on input element.
The specs had console.error stubbed out, which may be why the warnings weren't noticed. This restores the spy after it's used and adds an explicit spec to test the props are removed.
Remove
planceHolderChar
andformatCharacters
from props before setting them on input element.The specs had
console.error
stubbed out, which may be why the warnings weren't noticed. This restores the spy after it's used and adds an explicit spec to test the props are removed.