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

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

ruby - How do I merge two hashes into a hash of arrays? -