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 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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments