sripush / jquery-load-json

Automatically exported from code.google.com/p/jquery-load-json
0 stars 0 forks source link

Input text type= 'date' doesnt work #22

Open southmeadows opened 8 years ago

southmeadows commented 8 years ago

I have a input type = date and when I use loadJSON the date does not populate. If I change the type to text, then it works properly. As it works when the type is text everything else I assume is correct.

This is the JSON

[{"drsremind":"2016-03-12"}]

and this is the input

 <input name="drsremind"   type="date"  id="drsremind" />