File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed
Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -187,11 +187,12 @@ See also:
187187- [ ` <b-form-select> ` ] ( /docs/components/form-select ) Select input
188188- [ ` <b-form-radio> ` ] ( /docs/components/form-radio ) Radio Inputs
189189- [ ` <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
194190- [ ` <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
195196- [ ` <b-button> ` ] ( /docs/components/button ) Buttons
196197- [ ` <b-form-group> ` ] ( /docs/components/form-group ) Form input wrapper to generate form-groups that
197198 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>`
113113
114114The following are the form controls supported as the input-group's _ main_ input element:
115115
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 )
120123
121124** Notes:**
122125
123126- BootstrapVue uses custom SCSS/CSS to handling sizing the ` <b-form-file> ` input when it is placed
124127 in a ` <b-input-group> ` which has a [ ` size ` ] ( #control-sizing ) specified.
125128- BootstrapVue uses custom SCSS/CSS when ` <b-form-input type="range"> ` is placed in a
126129 ` <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.
127132
128133## Checkbox and radio addons
129134
You can’t perform that action at this time.
0 commit comments