Skip to content

Commit

Permalink
Add mention of the bs-custom-file-input plugin needed for the custom …
Browse files Browse the repository at this point in the history
…file input (#32457)
  • Loading branch information
patrickhlauke committed Dec 15, 2020
1 parent 1897b4c commit 5db105e
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit 5db105e

Please sign in to comment.