Skip to content

Commit

Permalink
GH-1907 Disable auto-complete for console input (Resolves #1907)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath authored Aug 26, 2023
1 parent e1d68df commit e19660b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reposilite-frontend/src/components/console/ConsoleView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ watch(
id="consoleInput"
placeholder="Type command or '?' to get help"
class="w-full py-2 px-4 rounded-b-lg bg-white dark:bg-gray-900 dark:text-white"
autocomplete="off"
v-model="command"
@keyup.enter="execute()"
@keyup.up="previousCommand()"
Expand Down

0 comments on commit e19660b

Please sign in to comment.