Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(TextInput): submit prompt on Enter
Signed-off-by: Edward Ly <[email protected]>
  • Loading branch information
edward-ly committed May 5, 2025
commit e967bc1265637df54b3894b31c3876ccc2b49d32
2 changes: 1 addition & 1 deletion src/components/fields/TextInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
ref="input"
:value="value ?? ''"
:link-autocomplete="false"
:multiline="true"
:multiline="false"
class="editable-input"
:class="{ shadowed: isOutput }"
:placeholder="placeholder"
Expand Down