Thomas G. Lopes
commited on
Commit
·
8ee0247
1
Parent(s):
53e0cfa
typo
Browse files
src/lib/components/Prompts.svelte
CHANGED
@@ -68,7 +68,7 @@
|
|
68 |
<div class="p-4 md:p-5">
|
69 |
<label class="flex flex-col gap-2 font-medium text-gray-900 dark:text-white">
|
70 |
<p>{current.label}</p>
|
71 |
-
<!-- svelte-ignore a11y-autofocus
|
72 |
<input
|
73 |
bind:value={current.value}
|
74 |
placeholder={current.placeholder}
|
|
|
68 |
<div class="p-4 md:p-5">
|
69 |
<label class="flex flex-col gap-2 font-medium text-gray-900 dark:text-white">
|
70 |
<p>{current.label}</p>
|
71 |
+
<!-- svelte-ignore a11y-autofocus -- this is fine in dialogs -->
|
72 |
<input
|
73 |
bind:value={current.value}
|
74 |
placeholder={current.placeholder}
|