feat(Forms): FormFeedback valid
This commit is contained in:
parent
ae534b903d
commit
eeaccc4c51
@ -1,5 +1,8 @@
|
||||
## [CoreUI](https://coreui.io/) for [react](./REACT.md) changelog
|
||||
|
||||
##### `v2-next`
|
||||
- feat(Forms): FormFeedback valid
|
||||
|
||||
##### `v2.0.3`
|
||||
- refactor: disable `ServiceWorker` by default
|
||||
- fix(routes): mismatched `SimpleLineIcons` dynamic import
|
||||
|
@ -609,6 +609,7 @@ class Forms extends Component {
|
||||
<Label htmlFor="inputWarning2i">Required input</Label>
|
||||
<Input type="text" className="form-control-warning" id="inputWarning2i" required />
|
||||
<FormFeedback className="help-block">Please provide a valid information</FormFeedback>
|
||||
<FormFeedback valid className="help-block">Input provided</FormFeedback>
|
||||
</FormGroup>
|
||||
</Form>
|
||||
</CardBody>
|
||||
|
Loading…
Reference in New Issue
Block a user