File tree 5 files changed +13
-14
lines changed
5 files changed +13
-14
lines changed Original file line number Diff line number Diff line change 125
125
</CCardHeader >
126
126
<CCardBody >
127
127
<p class =" text-medium-emphasis small" >
128
- Add <code >alwaysOpen </code > property to make accordion items stay
128
+ Add <code >always-open </code > property to make accordion items stay
129
129
open when another item is opened.
130
130
</p >
131
131
<DocsExample href =" components/accordion#always-open" >
Original file line number Diff line number Diff line change 593
593
>border utilities</a
594
594
>
595
595
to change just the <code >border-color</code > of a card. Note that
596
- you can set <code >textColor </code > property on the
596
+ you can set <code >text-color </code > property on the
597
597
<code >< ; CCard> ; </code > or a subset of the card' ; s contents as
598
598
shown below.
599
599
</p >
635
635
>border utilities</a
636
636
>
637
637
to change just the <code >border-color</code > of a card. Note that
638
- you can set <code >textColor </code > property on the
638
+ you can set <code >text-color </code > property on the
639
639
<code >< ; CCard> ; </code > or a subset of the card' ; s contents as
640
640
shown below.
641
641
</p >
Original file line number Diff line number Diff line change 134
134
<code >plain-text</code > boolean property to remove the default form
135
135
field styling and preserve the correct margin and padding.
136
136
</p >
137
- <DocsExample href =" components/accordion " >
137
+ <DocsExample href =" forms/form-control.html#readonly-plain-text " >
138
138
<CRow class =" mb-3" >
139
139
<CFormLabel for =" staticEmail" class =" col-sm-2 col-form-label" >
140
140
Email
158
158
</div >
159
159
</CRow >
160
160
</DocsExample >
161
- <DocsExample href =" components/accordion " >
161
+ <DocsExample href =" forms/form-control.html#readonly-plain-text " >
162
162
<CForm class =" row g-3" >
163
163
<div class =" col-auto" >
164
164
<CFormLabel for =" staticEmail2" class =" visually-hidden" >
Original file line number Diff line number Diff line change 68
68
</CFormSelect >
69
69
</DocsExample >
70
70
<p class =" text-medium-emphasis small" >
71
- As is the <code >htmlSize </code > property:
71
+ As is the <code >html-size </code > property:
72
72
</p >
73
73
<DocsExample href =" forms/select.html#sizing" >
74
74
<CFormSelect
Original file line number Diff line number Diff line change 103
103
</CCardHeader >
104
104
<CCardBody >
105
105
<p class =" text-medium-emphasis small" >
106
- If you don’t provide an <code >onDimsiss </code > handler to the Modal
107
- component, your modal will behave as though the backdrop is static,
108
- meaning it will not close when clicking outside it. Click the button
109
- below to try it.
106
+ If you set <code >backdrop </code > property to < code >static</ code >,
107
+ your modal will behave as though the backdrop is static, meaning it
108
+ will not close when clicking outside it. Click the button below to
109
+ try it.
110
110
</p >
111
111
<DocsExample href =" components/modal.html#static-backdrop" >
112
112
<CButton
165
165
</CCardHeader >
166
166
<CCardBody >
167
167
<p class =" text-medium-emphasis small" >
168
- If you don’t provide an <code >onDimsiss</code > handler to the Modal
169
- component, your modal will behave as though the backdrop is static,
170
- meaning it will not close when clicking outside it. Click the button
171
- below to try it.
168
+ When modals become too long for the user's viewport or device, they
169
+ scroll independent of the page itself. Try the demo below to see
170
+ what we mean.
172
171
</p >
173
172
<DocsExample href =" components/modal.html#scrolling-long-content" >
174
173
<CButton
You can’t perform that action at this time.
0 commit comments