mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-15 22:01:23 +00:00
fix CommentInput: replace deprecated value binding with model-value
This commit is contained in:
6
.changes/unreleased/Fixed-20260115-145334.yaml
Normal file
6
.changes/unreleased/Fixed-20260115-145334.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kind: Fixed
|
||||
body: 'fix CommentInput: replace deprecated value binding with model-value'
|
||||
time: 2026-01-15T14:53:34.733888032+01:00
|
||||
custom:
|
||||
Issue: "492"
|
||||
SchemaChange: No schema change
|
||||
@@ -8,8 +8,8 @@
|
||||
:editor="ClassicEditor"
|
||||
:config="classicEditorConfig"
|
||||
:placeholder="trans(EVALUATION_COMMENT_PLACEHOLDER)"
|
||||
:value="comment"
|
||||
@input="$emit('update:comment', $event)"
|
||||
:model-value="comment"
|
||||
@update:model-value="$emit('update:comment', $event)"
|
||||
tag-name="textarea"
|
||||
></ckeditor>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user