Commit 58a9e26
NcTextField changed its emit from `update:value` to `update:modelValue`
in @nextcloud/vue v9 (Vue 3). Replace @update:value with @update:modelValue
on both NcTextField instances (array items and single text fields) so the
validation callbacks fire correctly when the user edits certificate fields.
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent ff2d053 commit 58a9e26
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments