style(champ): remove placeholder of drop down other input, since it's not recommended anymore

This commit is contained in:
Colin Darie 2022-07-25 12:37:38 +02:00
parent 865c8c5af0
commit 9597b3b4b7

View file

@ -1,4 +1,4 @@
.drop_down_other{ class: champ.other_value_present? ? '' : 'hidden' }
.notice
%p Veuillez saisir votre autre choix
= form.text_field :value_other, maxlength: 200, size: nil, placeholder: "Saisissez ici", disabled: !champ.other_value_present?
= form.text_field :value_other, maxlength: 200, size: nil, disabled: !champ.other_value_present?