Open avernet opened 2 years ago
The following CSS does it for the date and phone number fields, and this RFE calls for this CSS to there out-of-the-box, and also done for all the other fields for which we have placeholders.
.xbl-fr-date.xforms-readonly input::placeholder { visibility: hidden } .xbl-fr-us-phone .xforms-readonly input::placeholder { visibility: hidden }
+1 from customer
Maybe something like this could work in a general way:
input:read-only::placeholder, textarea:read-only::placeholder { visibility: hidden; }
The following CSS does it for the date and phone number fields, and this RFE calls for this CSS to there out-of-the-box, and also done for all the other fields for which we have placeholders.
+1 from customer