We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bbfcb9 commit 2dcf483Copy full SHA for 2dcf483
stubs/livewire/resources/views/api/api-token-manager.blade.php
@@ -105,8 +105,8 @@
105
</div>
106
107
<x-jet-input
108
- x-ref="plaintextToken" @keydown.prevent="" @showing-token-modal.window="setTimeout(() => $refs.plaintextToken.select(), 250)"
109
- type="text" :value="$plainTextToken" class="mt-4 bg-gray-100 px-4 py-2 rounded font-mono text-sm text-gray-500 w-full"
+ x-ref="plaintextToken" @showing-token-modal.window="setTimeout(() => $refs.plaintextToken.select(), 250)"
+ type="text" readonly :value="$plainTextToken" class="mt-4 bg-gray-100 px-4 py-2 rounded font-mono text-sm text-gray-500 w-full"
110
autofocus autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"
111
/>
112
</x-slot>
0 commit comments