react-bootstrap-validation icon indicating copy to clipboard operation
react-bootstrap-validation copied to clipboard

React 15.2.0 Warnings: Unknown props

Open plemarquand opened this issue 9 years ago • 0 comments

In React 15.2.0, props that aren't explicitly defined on the propTypes object should not be used. If you do, you get a warning. Because of this, ValidatedInput should strip off the props it needs and only forward the rest to the inherited react-bootstrap control.

plemarquand avatar Jul 06 '16 18:07 plemarquand