From 5bb759b66c8961ce689900ad15460752bc52a771 Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Wed, 22 Apr 2020 22:34:06 -0300 Subject: [PATCH 1/3] chore(docs): minor adjustments to the form docs --- src/components/form/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/form/README.md b/src/components/form/README.md index 6b2fd4db8e2..524ad73dd5a 100644 --- a/src/components/form/README.md +++ b/src/components/form/README.md @@ -187,11 +187,12 @@ See also: - [``](/docs/components/form-select) Select input - [``](/docs/components/form-radio) Radio Inputs - [``](/docs/components/form-checkbox) Checkbox Inputs -- [`b-form-datepicker`](/docs/components/form-datepicker) Date picker input -- [`b-form-spinbutton`](/docs/components/form-spinbutton) Numerical range spinbutton input -- [`b-form-tags`](/docs/components/form-tags) Customizable tag input -- [``](/docs/components/form-timepicker) Time picker custom form input - [``](/docs/components/form-file) File Input +- [``](/docs/components/form-datepicker) Date picker input +- [``](/docs/components/form-spinbutton) Numerical range spinbutton input +- [``](/docs/components/form-tags) Customizable tag input +- [``](/docs/components/form-timepicker) Time picker custom form input +- [``](/docs/components/form-rating) Star rating custom form input and display - [``](/docs/components/button) Buttons - [``](/docs/components/form-group) Form input wrapper to generate form-groups that support labels, help text and feedback From 525f0164cf70a574d728b21b88db5101b7b0b685 Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Wed, 22 Apr 2020 23:28:03 -0300 Subject: [PATCH 2/3] Update README.md --- src/components/input-group/README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/components/input-group/README.md b/src/components/input-group/README.md index e4583a475f5..aa6b539a147 100644 --- a/src/components/input-group/README.md +++ b/src/components/input-group/README.md @@ -113,10 +113,13 @@ subcomponent inside of the `` or `` The following are the form controls supported as the input-group's _main_ input element: -- `` -- `` -- `` -- `` +- [``](/docs/components/form-input) +- [``](/docs/components/form-textarea) +- [``](/docs/components/form-select) +- [``](/docs/components/form-file) +- [``](/docs/components/form-rating) +- [``](/docs/components/form-tags) +- [``](/docs/components/form-splinbutton) **Notes:** From f00907a8e78f08ec10aad6ee64bd999f46877167 Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Thu, 23 Apr 2020 02:39:17 -0300 Subject: [PATCH 3/3] Update README.md --- src/components/input-group/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/input-group/README.md b/src/components/input-group/README.md index aa6b539a147..55b56da879b 100644 --- a/src/components/input-group/README.md +++ b/src/components/input-group/README.md @@ -127,6 +127,8 @@ The following are the form controls supported as the input-group's _main_ input in a `` which has a [`size`](#control-sizing) specified. - BootstrapVue uses custom SCSS/CSS when `` is placed in a ``. +- BootstrapVue's custom components (i.e. ``, ``, ``, + etc.) require BootstrapVue's custom SCSS/CSS. ## Checkbox and radio addons