File tree 2 files changed +14
-8
lines changed
2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -187,11 +187,12 @@ See also:
187
187
- [ ` <b-form-select> ` ] ( /docs/components/form-select ) Select input
188
188
- [ ` <b-form-radio> ` ] ( /docs/components/form-radio ) Radio Inputs
189
189
- [ ` <b-form-checkbox> ` ] ( /docs/components/form-checkbox ) Checkbox Inputs
190
- - [ ` b-form-datepicker ` ] ( /docs/components/form-datepicker ) Date picker input
191
- - [ ` b-form-spinbutton ` ] ( /docs/components/form-spinbutton ) Numerical range spinbutton input
192
- - [ ` b-form-tags ` ] ( /docs/components/form-tags ) Customizable tag input
193
- - [ ` <b-form-timepicker> ` ] ( /docs/components/form-timepicker ) Time picker custom form input
194
190
- [ ` <b-form-file> ` ] ( /docs/components/form-file ) File Input
191
+ - [ ` <b-form-datepicker> ` ] ( /docs/components/form-datepicker ) Date picker input
192
+ - [ ` <b-form-spinbutton> ` ] ( /docs/components/form-spinbutton ) Numerical range spinbutton input
193
+ - [ ` <b-form-tags> ` ] ( /docs/components/form-tags ) Customizable tag input
194
+ - [ ` <b-form-timepicker> ` ] ( /docs/components/form-timepicker ) Time picker custom form input
195
+ - [ ` <b-form-rating> ` ] ( /docs/components/form-rating ) Star rating custom form input and display
195
196
- [ ` <b-button> ` ] ( /docs/components/button ) Buttons
196
197
- [ ` <b-form-group> ` ] ( /docs/components/form-group ) Form input wrapper to generate form-groups that
197
198
support labels, help text and feedback
Original file line number Diff line number Diff line change @@ -113,17 +113,22 @@ subcomponent inside of the `<b-input-group-prepend>` or `<b-input-group-append>`
113
113
114
114
The following are the form controls supported as the input-group's _ main_ input element:
115
115
116
- - ` <b-form-input> `
117
- - ` <b-form-textarea> `
118
- - ` <b-form-select> `
119
- - ` <b-form-file> `
116
+ - [ ` <b-form-input> ` ] ( /docs/components/form-input )
117
+ - [ ` <b-form-textarea> ` ] ( /docs/components/form-textarea )
118
+ - [ ` <b-form-select> ` ] ( /docs/components/form-select )
119
+ - [ ` <b-form-file> ` ] ( /docs/components/form-file )
120
+ - [ ` <b-form-rating> ` ] ( /docs/components/form-rating )
121
+ - [ ` <b-form-tags> ` ] ( /docs/components/form-tags )
122
+ - [ ` <b-form-spinbutton> ` ] ( /docs/components/form-splinbutton )
120
123
121
124
** Notes:**
122
125
123
126
- BootstrapVue uses custom SCSS/CSS to handling sizing the ` <b-form-file> ` input when it is placed
124
127
in a ` <b-input-group> ` which has a [ ` size ` ] ( #control-sizing ) specified.
125
128
- BootstrapVue uses custom SCSS/CSS when ` <b-form-input type="range"> ` is placed in a
126
129
` <b-input-group> ` .
130
+ - BootstrapVue's custom components (i.e. ` <b-form-spinbutton> ` , ` <b-form-rating> ` , ` <b-form-tags> ` ,
131
+ etc.) require BootstrapVue's custom SCSS/CSS.
127
132
128
133
## Checkbox and radio addons
129
134
You can’t perform that action at this time.
0 commit comments