From d459dfac74e90c29950d49a82edc19fd913d435e Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 29 Jul 2021 08:25:05 +0000 Subject: update to bootstrap 5.0.2 --- .../site/content/docs/5.0/forms/select.md | 81 ++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/forms/select.md (limited to 'vendor/twbs/bootstrap/site/content/docs/5.0/forms/select.md') diff --git a/vendor/twbs/bootstrap/site/content/docs/5.0/forms/select.md b/vendor/twbs/bootstrap/site/content/docs/5.0/forms/select.md new file mode 100644 index 000000000..7f0c255ef --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/5.0/forms/select.md @@ -0,0 +1,81 @@ +--- +layout: docs +title: Select +description: Customize the native `` menus need only a custom class, `.form-select` to trigger the custom styles. Custom styles are limited to the ` + + + + + +{{< /example >}} + +## Sizing + +You may also choose from small and large custom selects to match our similarly sized text inputs. + +{{< example >}} + + + +{{< /example >}} + +The `multiple` attribute is also supported: + +{{< example >}} + +{{< /example >}} + +As is the `size` attribute: + +{{< example >}} + +{{< /example >}} + +## Disabled + +Add the `disabled` boolean attribute on a select to give it a grayed out appearance and remove pointer events. + +{{< example >}} + +{{< /example >}} + +## Sass + +### Variables + +{{< scss-docs name="form-select-variables" file="scss/_variables.scss" >}} -- cgit v1.2.3