Skip to content

Commit 2582877

Browse files
authored
feat(Forms): FormFeedback valid
2 parents ae534b9 + eeaccc4 commit 2582877

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## [CoreUI](https://coreui.io/) for [react](./REACT.md) changelog
22

3+
##### `v2-next`
4+
- feat(Forms): FormFeedback valid
5+
36
##### `v2.0.3`
47
- refactor: disable `ServiceWorker` by default
58
- fix(routes): mismatched `SimpleLineIcons` dynamic import

src/views/Base/Forms/Forms.js

+1
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@ class Forms extends Component {
609609
<Label htmlFor="inputWarning2i">Required input</Label>
610610
<Input type="text" className="form-control-warning" id="inputWarning2i" required />
611611
<FormFeedback className="help-block">Please provide a valid information</FormFeedback>
612+
<FormFeedback valid className="help-block">Input provided</FormFeedback>
612613
</FormGroup>
613614
</Form>
614615
</CardBody>

0 commit comments

Comments
 (0)