datetime - HTML input default value -
the following sets empty initial value in input box. there way force null value if nothing entered?
since datetime-local
field, think empty string causing me other problems.
<td><input id="1stintstart" value="" type="datetime-local"></td>
do mean placeholder?
<input type="text" placeholder="test"/>
Comments
Post a Comment