Skip to content

Commit

Permalink
improve personal data duration width and placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
JeSuisUnCaillou committed Oct 18, 2024
1 parent 7300a2a commit 6178afe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</div>

<div class="fr-fieldset__element">
<%= f.dsfr_number_field :duree_conservation_donnees_caractere_personnel, data: { 'personal-data-duree-conservation-justification-target': 'value' }, model: @authorization_request, required: true %>
<%= f.dsfr_number_field :duree_conservation_donnees_caractere_personnel, data: { 'personal-data-duree-conservation-justification-target': 'value' }, model: @authorization_request, required: true, width: "lg-2 md-3 sm-4", placeholder: "Exemple: 36" %>
</div>

<div class="fr-fieldset__element fr-hidden" data-personal-data-duree-conservation-justification-target="justificationBlock">
Expand Down

0 comments on commit 6178afe

Please sign in to comment.