We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922d9f8 commit 02a5fceCopy full SHA for 02a5fce
src/components/fields/TextInput.vue
@@ -12,7 +12,7 @@
12
ref="input"
13
:value="value ?? ''"
14
:link-autocomplete="false"
15
- :multiline="true"
+ :multiline="false"
16
class="editable-input"
17
:class="{ shadowed: isOutput }"
18
:placeholder="placeholder"
0 commit comments