From: Patrick H. Lauke Date: Tue, 15 Dec 2020 07:22:34 +0000 (+0000) Subject: Add mention of the bs-custom-file-input plugin needed for the custom file input ... X-Git-Tag: v4.6.0~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5db105e587f630dbbfc897de300cc932ea3c2ac6;p=thirdparty%2Fbootstrap.git Add mention of the bs-custom-file-input plugin needed for the custom file input (#32457) --- diff --git a/site/content/docs/4.5/components/input-group.md b/site/content/docs/4.5/components/input-group.md index e97d336289..28edd86f04 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 >}}