I have
<input type='time' name='in' id='in' />
Whenever I ask for it's value on keyup by using
console.log("time value='"+$(this).val()+"'");
it only returns time value='' when the input value is not complete
sample complete 03:45 AM
sample in complete 03:45
I wanted to get what's the current value of input even if it's not yet properly complete.