Code: Select all
<input type="date" id="dt" class="inputbox autowidth" name="reg_date_ps" >
Moderator: mindphp
Code: Select all
<input type="date" id="dt" class="inputbox autowidth" name="reg_date_ps" >
Code: Select all
/* Original Solution found on Stackoverflow here:
http://stackoverflow.com/questions/26573346/ios-safari-messes-up-input-type-date
*/
input[type="date"]
{
display:block;
/* Solution 1 */
-webkit-appearance: textfield;
-moz-appearance: textfield;
min-height: 1.2em;
/* Solution 2 */
/* min-width: 96%; */
}
Users browsing this forum: No registered users and 3 guests