sanniassin / react-input-mask

Input masking component for React. Made with attention to UX.
MIT License
2.22k stars 257 forks source link

Error when using in props inputRef instead just ref attribute #234

Closed coldSeattle closed 3 years ago

coldSeattle commented 3 years ago

Warning: React does not recognize the inputRef prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase inputref instead. If you accidentally passed it from a parent component, remove it from the DOM element. Снимок экрана 2020-08-31 в 18 02 14

coldSeattle commented 3 years ago

version will be 2.0.4 for correct work

vhunko commented 1 year ago

it seems like this issue is relevant again in version 3.0.0-alpha.2 getting Warning: React does not recognize theinputRefprop on a DOM element.