react-bootstrap-validation
react-bootstrap-validation copied to clipboard
React 15.2.0 Warnings: Unknown props
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.