When I directly copied this code snippet from Bootstrap 4:
<div class="form-group has-danger">
<label class="form-control-label" for="inputDanger1">Input with danger</label>
<input type="text" class="form-control form-control-danger" id="inputDanger1">
<div class="form-control-feedback">Sorry, that username's taken. Try another?</div>
<small class="form-text text-muted">Example help text that remains unchanged.</small>
</div>
I end up with the following result:
This issue occurred while using alpha 4 and alpha 5 versions of Bootstrap.
I wonder if it could be due to my usage of Flatkit and Laravel/Blade?