Skip to content

Commit

Permalink
adding required to description field
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelernestog committed Aug 8, 2024
1 parent 8ad5c1e commit a7e3965
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/nuevo-empleo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ for (const key in categories) {
<label for="description" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">Descripción *</label>
<textarea
id="description"
required={true}
rows="6"
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"
></textarea>
Expand Down

0 comments on commit a7e3965

Please sign in to comment.