Skip to content

Commit

Permalink
Merge branch 'docs-blockquote-fix' of https://github.com/Glenn-Domin/…
Browse files Browse the repository at this point in the history
…bootstrap into docs-blockquote-fix
  • Loading branch information
glenndomin committed Jan 27, 2020
2 parents b8407d0 + 5b58827 commit a47caf5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion site/content/docs/4.3/forms/validation.md
Expand Up @@ -303,7 +303,10 @@ Validation styles are available for the following form controls and components:

<div class="form-file">
<input type="file" class="form-file-input" id="validationFormFile" required>
<label class="form-file-label" for="validationFormFile">Choose file...</label>
<label class="form-file-label" for="validationFormFile">
<span class="form-file-text">Choose file...</span>
<span class="form-file-button">Browse</span>
</label>
<div class="invalid-feedback">Example invalid form file feedback</div>
</div>
</form>
Expand Down

0 comments on commit a47caf5

Please sign in to comment.