Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mention of bs-custom-file-input needed for the custom file input #32457

Merged
merged 1 commit into from Dec 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions site/content/docs/4.5/components/input-group.md
Expand Up @@ -315,6 +315,10 @@ Input groups include support for custom selects and custom file inputs. Browser

### Custom file input

{{< callout info >}}
This example uses the [custom file browser]({{< docsref "/components/forms#file-browser" >}}) component, which relies on the separate [bs-custom-file-input](https://www.npmjs.com/package/bs-custom-file-input) plugin.
{{< /callout >}}

{{< example >}}
<div class="input-group mb-3">
<div class="input-group-prepend">
Expand Down