Skip to content

Commit eeaccc4

Browse files
committed
feat(Forms): FormFeedback valid
1 parent ae534b9 commit eeaccc4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)