File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
## [ CoreUI] ( https://coreui.io/ ) for [ react] ( ./REACT.md ) changelog
2
2
3
+ ##### ` v2-next `
4
+ - feat(Forms): FormFeedback valid
5
+
3
6
##### ` v2.0.3 `
4
7
- refactor: disable ` ServiceWorker ` by default
5
8
- fix(routes): mismatched ` SimpleLineIcons ` dynamic import
Original file line number Diff line number Diff line change @@ -609,6 +609,7 @@ class Forms extends Component {
609
609
< Label htmlFor = "inputWarning2i" > Required input</ Label >
610
610
< Input type = "text" className = "form-control-warning" id = "inputWarning2i" required />
611
611
< FormFeedback className = "help-block" > Please provide a valid information</ FormFeedback >
612
+ < FormFeedback valid className = "help-block" > Input provided</ FormFeedback >
612
613
</ FormGroup >
613
614
</ Form >
614
615
</ CardBody >
You can’t perform that action at this time.
0 commit comments