Skip to content

Commit

Permalink
fix(docs): add missing .is-disabled for disabled file input label (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
MewenLeHo authored Sep 11, 2023
1 parent 33abaa5 commit d249405
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 d249405

Please sign in to comment.