mirror of
https://github.com/aquatix/alfagok.git
synced 2025-12-06 21:05:10 +01:00
Do not use autofill or autocomplete
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
</template>
|
||||
</ul>
|
||||
|
||||
<input type="text" x-model="$store.alfagok.guessValue" @keyup.enter="$store.alfagok.doGuess($store.alfagok.guessValue)">
|
||||
<input type="text" autocomplete="new-password" autocorrect="off" x-model="$store.alfagok.guessValue" @keyup.enter="$store.alfagok.doGuess($store.alfagok.guessValue)">
|
||||
{# <p x-cloak>Je huidige gok is: <span x-text="$store.alfagok.guessValue"></span></p>#}
|
||||
<button @click="$store.alfagok.doGuess($store.alfagok.guessValue)">Doe een gok</button>
|
||||
<p x-show="$store.alfagok.guessError" x-text="$store.alfagok.guessError"></p>
|
||||
|
||||
Reference in New Issue
Block a user