We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae534b9 + eeaccc4 commit 2582877Copy full SHA for 2582877
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## [CoreUI](https://coreui.io/) for [react](./REACT.md) changelog
2
3
+##### `v2-next`
4
+- feat(Forms): FormFeedback valid
5
+
6
##### `v2.0.3`
7
- refactor: disable `ServiceWorker` by default
8
- fix(routes): mismatched `SimpleLineIcons` dynamic import
src/views/Base/Forms/Forms.js
@@ -609,6 +609,7 @@ class Forms extends Component {
609
<Label htmlFor="inputWarning2i">Required input</Label>
610
<Input type="text" className="form-control-warning" id="inputWarning2i" required />
611
<FormFeedback className="help-block">Please provide a valid information</FormFeedback>
612
+ <FormFeedback valid className="help-block">Input provided</FormFeedback>
613
</FormGroup>
614
</Form>
615
</CardBody>
0 commit comments