Thomas G. Lopes commited on
Commit
e48f39f
·
1 Parent(s): 8ee0247
Files changed (1) hide show
  1. src/lib/components/Prompts.svelte +2 -1
src/lib/components/Prompts.svelte CHANGED
@@ -68,7 +68,8 @@
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}
 
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
+ <!-- This is fine in dialogs -->
72
+ <!-- svelte-ignore a11y-autofocus -->
73
  <input
74
  bind:value={current.value}
75
  placeholder={current.placeholder}