Skip to content

Commit a7e3965

Browse files
adding required to description field
1 parent 8ad5c1e commit a7e3965

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/nuevo-empleo.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ for (const key in categories) {
8989
<label for="description" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">Descripción *</label>
9090
<textarea
9191
id="description"
92+
required={true}
9293
rows="6"
9394
class="block p-2.5 w-full text-sm bg-gray-50 text-gray-900 rounded-lg border border-gray-300 focus:ring-gray-500 focus:border-gray-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-gray-500 dark:focus:border-gray-500"
9495
></textarea>

0 commit comments

Comments
 (0)