Skip to content

Instantly share code, notes, and snippets.

@guigs
Created March 29, 2018 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guigs/1731d8ae2cae5615ae30093389187e32 to your computer and use it in GitHub Desktop.
Save guigs/1731d8ae2cae5615ae30093389187e32 to your computer and use it in GitHub Desktop.
input-validation-error-bootstrap-3-and-4
<div class="form-group">
<label class="control-label" for="inputError1">Input with error</label>
<input type="text" class="form-control is-invalid" id="inputError1">
<div class="invalid-feedback">Error message</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment