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

Compatibility with react-bootstrap 0.29.x (deprecation of <Input>)

Open chrismcband opened this issue 8 years ago • 4 comments

React bootstrap has some changes in 0.29 which means Input is being deprecated. The console outputs these warnings: Warning: <Input>is deprecated. Use<FormControl>, <Checkbox>, or <Radio>, with <FormGroup>and/or<InputGroup> as needed instead.

Warning: "hasFeedback" property of "FormGroup" has been deprecated. Use a <FormControl.Feedback> element.

The library still works, just with plenty of warnings in the console, but this will need to be addressed for when <Input> is eventually removed.

chrismcband avatar May 03 '16 15:05 chrismcband

I'm working on a new version that will have a lot of improvements and support all updated dependencies including react-bootstrap. No ETA though.

heilhead avatar May 04 '16 15:05 heilhead

Cool, that's good to hear.

chrismcband avatar May 04 '16 16:05 chrismcband

Hello, do you have any progress with the new version? Thanks!

afilp avatar Jul 05 '16 22:07 afilp

Well, react-bootstrap 0.30.0 now breaks compatibility with react-bootstrap-validation. Can confirm #67 works.

basilfx avatar Jul 26 '16 06:07 basilfx