Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormokkin <markus@haybach.com>2022-10-04 23:46:54 +0300
committerJulius Härtl <jus@bitgrid.net>2022-10-19 21:57:49 +0300
commitb64b29cf6e036478abaaf0b68a1fe122ff0a6141 (patch)
tree1adce365370b3fba75e1d289b7b8fc55121699e7
parentd93b4315541f457421170857ea1e10a29f9a5053 (diff)
disables autocomplete on card creation
solves https://github.com/nextcloud/deck/issues/4083 Signed-off-by: mokkin <markus@haybach.com>
-rw-r--r--src/components/cards/CardItem.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/cards/CardItem.vue b/src/components/cards/CardItem.vue
index 6cc18b21..5277d011 100644
--- a/src/components/cards/CardItem.vue
+++ b/src/components/cards/CardItem.vue
@@ -55,6 +55,7 @@
<input v-model="copiedCard.title"
v-focus
type="text"
+ autocomplete="off"
required
pattern=".*\S+.*">
<input type="submit" value="" class="icon-confirm">