We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91a8d0 commit f70e455Copy full SHA for f70e455
1 file changed
src/components/fields/TextInput.vue
@@ -12,7 +12,7 @@
12
<NcRichContenteditable
13
:id="id"
14
ref="input"
15
- :model-value="value ?? ''"
+ :model-value="isOutput ? formattedValue : (value ?? '')"
16
:link-autocomplete="false"
17
:multiline="isMobile"
18
:maxlength="maxLength"
0 commit comments