Skip to content

Commit

Permalink
fix(forms): add description for DS title
Browse files Browse the repository at this point in the history
  • Loading branch information
narduin committed Jan 23, 2025
1 parent b138f2b commit 373d307
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/forms/dataset/DatasetPropertiesTextFields.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,16 @@ const { topicsName } = useTopicsConf()
<label class="fr-label" for="input-title"
>Libellé du jeu de données (obligatoire)</label
>
<p id="title-description" class="fr-mt-1v fr-mb-2v fr-text--sm">
Décrivez l'indicateur ou l'objet géographique correspondant. Par
exemple&nbsp;: "&nbsp;Taux d'imperméabilisation des sols&nbsp;"
</p>
<input
id="input-title"
v-model="datasetProperties.title"
class="fr-input"
type="text"
aria-describedby="title-description"
/>
</div>
<div class="fr-input-group">
Expand Down

0 comments on commit 373d307

Please sign in to comment.