File tree Expand file tree Collapse file tree 6 files changed +26
-26
lines changed Expand file tree Collapse file tree 6 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import CFormCheck from '@coreui/vue/src/components/form/CFormCheck'
2727
2828#### Events
2929
30- | Event name | Description | Properties |
31- | ---------------------- | ----------------------------------------------------- | ---------- |
32- | ** change** | Event occurs when the checked value has been changed. |
33- | ** update-model-value ** | Emit the new value whenever there’s a change event. |
30+ | Event name | Description | Properties |
31+ | --------------------- | ----------------------------------------------------- | ---------- |
32+ | ** change** | Event occurs when the checked value has been changed. |
33+ | ** update: modelValue ** | Emit the new value whenever there’s a change event. |
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ import CFormInput from '@coreui/vue/src/components/form/CFormInput'
2929
3030#### Events
3131
32- | Event name | Description | Properties |
33- | ---------------------- | ------------------------------------------------------------------------------ | ---------- |
34- | ** change** | Event occurs when the element loses focus, after the content has been changed. |
35- | ** input** | Event occurs immediately after the value of a component has changed. |
36- | ** update-model-value ** | Emit the new value whenever there’s an input or change event. |
32+ | Event name | Description | Properties |
33+ | --------------------- | ------------------------------------------------------------------------------ | ---------- |
34+ | ** change** | Event occurs when the element loses focus, after the content has been changed. |
35+ | ** input** | Event occurs immediately after the value of a component has changed. |
36+ | ** update: modelValue ** | Emit the new value whenever there’s an input or change event. |
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import CFormRange from '@coreui/vue/src/components/form/CFormRange'
2121
2222#### Events
2323
24- | Event name | Description | Properties |
25- | ---------------------- | --------------------------------------------------- | ---------- |
26- | ** change** | Event occurs when the value has been changed. |
27- | ** update-model-value ** | Emit the new value whenever there’s a change event. |
24+ | Event name | Description | Properties |
25+ | --------------------- | --------------------------------------------------- | ---------- |
26+ | ** change** | Event occurs when the value has been changed. |
27+ | ** update: modelValue ** | Emit the new value whenever there’s a change event. |
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import CFormSelect from '@coreui/vue/src/components/form/CFormSelect'
2727
2828#### Events
2929
30- | Event name | Description | Properties |
31- | ---------------------- | ---------------------------------------------------------------------------------- | ---------- |
32- | ** change** | Event occurs when when a user changes the selected option of a ` <select> ` element. |
33- | ** update-model-value ** | Emit the new value whenever there’s a change event. |
30+ | Event name | Description | Properties |
31+ | --------------------- | ---------------------------------------------------------------------------------- | ---------- |
32+ | ** change** | Event occurs when when a user changes the selected option of a ` <select> ` element. |
33+ | ** update: modelValue ** | Emit the new value whenever there’s a change event. |
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import CFormSwitch from '@coreui/vue/src/components/form/CFormSwitch'
2020
2121#### Events
2222
23- | Event name | Description | Properties |
24- | ---------------------- | ----------------------------------------------------- | ---------- |
25- | ** change** | Event occurs when the checked value has been changed. |
26- | ** update-model-value ** | Emit the new value whenever there’s a change event. |
23+ | Event name | Description | Properties |
24+ | --------------------- | ----------------------------------------------------- | ---------- |
25+ | ** change** | Event occurs when the checked value has been changed. |
26+ | ** update: modelValue ** | Emit the new value whenever there’s a change event. |
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ import CFormTextarea from '@coreui/vue/src/components/form/CFormTextarea'
2727
2828#### Events
2929
30- | Event name | Description | Properties |
31- | ---------------------- | ------------------------------------------------------------------------------ | ---------- |
32- | ** change** | Event occurs when the element loses focus, after the content has been changed. |
33- | ** input** | Event occurs immediately after the value of a component has changed. |
34- | ** update-model-value ** | Emit the new value whenever there’s an input or change event. |
30+ | Event name | Description | Properties |
31+ | --------------------- | ------------------------------------------------------------------------------ | ---------- |
32+ | ** change** | Event occurs when the element loses focus, after the content has been changed. |
33+ | ** input** | Event occurs immediately after the value of a component has changed. |
34+ | ** update: modelValue ** | Emit the new value whenever there’s an input or change event. |
You can’t perform that action at this time.
0 commit comments