Skip to content

Commit 02a5fce

Browse files
committed
feat(TextInput): submit prompt on Enter
Signed-off-by: Edward Ly <contact@edward.ly>
1 parent 922d9f8 commit 02a5fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/fields/TextInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
ref="input"
1313
:value="value ?? ''"
1414
:link-autocomplete="false"
15-
:multiline="true"
15+
:multiline="false"
1616
class="editable-input"
1717
:class="{ shadowed: isOutput }"
1818
:placeholder="placeholder"

0 commit comments

Comments
 (0)