כשמוסיפים שדה בחירת תאריך בטופס אלמנטור במובייל כותרת השדה לא מוצגת, הקוד הבא פותר את הבעיה
CSS
input[type="date"]:before{
color:rgba(53, 53, 53, 0.44);
content:attr(placeholder);
}
input[type="date"].full:before {
color:black;
content:""!important;
}
input[type="time"]:before{
color:rgba(53, 53, 53, 0.44);
content:attr(placeholder);
}
input[type="time"].full:before {
color:black;
content:""!important;
}
2 תגובות
ניסיתי את זה משום לא עובד לי..
מופיע טוב
צריך רק להקפיד שid של התאריך יהיה date