feat(Forms): FormFeedback valid

This commit is contained in:
xidedix 2018-05-23 18:21:02 +02:00 committed by GitHub
commit 2582877699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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>