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'
27
27
28
28
#### Events
29
29
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'
29
29
30
30
#### Events
31
31
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'
21
21
22
22
#### Events
23
23
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'
27
27
28
28
#### Events
29
29
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'
20
20
21
21
#### Events
22
22
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'
27
27
28
28
#### Events
29
29
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