You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added/updated test
Added/updated docs
deprecation: the state prop on input has now become the valid prop which accepts a boolean
breaking change: The color prop has been removed from FromGroup, see the valid prop on Input.
Copy file name to clipboardExpand all lines: docs/lib/examples/FormFeedback.js
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -5,23 +5,23 @@ export default class Example extends React.Component {
5
5
render(){
6
6
return(
7
7
<Form>
8
-
<FormGroupcolor="success">
8
+
<FormGroup>
9
9
<Labelfor="exampleEmail">Input with success</Label>
10
-
<Inputstate="success"/>
11
-
<FormFeedback>Success! You did it!</FormFeedback>
12
-
<FormTextcolor="muted">Example help text that remains unchanged.</FormText>
10
+
<Inputvalid/>
11
+
<FormFeedback>
12
+
<ahref="https://github.com/twbs/bootstrap/issues/23372">A bug</a> fixed in (the currently
0 commit comments