Skip to content

Commit

Permalink
Disable auto complete for consoleInput
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Aug 26, 2023
1 parent e1d68df commit f58e526
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 f58e526

Please sign in to comment.