Skip to content

Commit

Permalink
Merge branch 'main' into main-jd-dark-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Sep 11, 2023
2 parents ef93e7d + d249405 commit b2e9f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/forms/form-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ If you want to have `<input readonly>` elements in your form styled as plain tex
<input class="form-control" type="file" id="formFileMultiple" multiple>
</div>
<div class="mb-3">
<label for="formFileDisabled" class="form-label">Disabled file input example</label>
<label for="formFileDisabled" class="form-label is-disabled">Disabled file input example</label>
<input class="form-control" type="file" id="formFileDisabled" disabled>
</div>
<div class="mb-3">
Expand Down

0 comments on commit b2e9f6d

Please sign in to comment.