diff options
| author | Patrick H. Lauke <[email protected]> | 2020-12-15 07:22:34 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-15 09:22:34 +0200 |
| commit | 5db105e587f630dbbfc897de300cc932ea3c2ac6 (patch) | |
| tree | 014ec4a41b9c4520065ec3de1cb704b837295042 | |
| parent | 1897b4cd8935e53a0f1456c51f52718df24f35f9 (diff) | |
| download | bootstrap-5db105e587f630dbbfc897de300cc932ea3c2ac6.tar.xz bootstrap-5db105e587f630dbbfc897de300cc932ea3c2ac6.zip | |
Add mention of the bs-custom-file-input plugin needed for the custom file input (#32457)
| -rw-r--r-- | site/content/docs/4.5/components/input-group.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/site/content/docs/4.5/components/input-group.md b/site/content/docs/4.5/components/input-group.md index e97d33628..28edd86f0 100644 --- a/site/content/docs/4.5/components/input-group.md +++ b/site/content/docs/4.5/components/input-group.md @@ -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"> |
