I'm using the defaultValue option while not having any text in the input field. This is because I use a different way of displaying the default/picked date to the end user. In this case I made use of the option hideInput:true.
When using the callbox like this the default date it not themed correctly in the callbox.
It is caused by:
if ( o.calHighPick && date === cal.presetDay && w.d.input.val()) {
in jqm-datebox.mode.calbox.js
I don't know if it really a bug, but it took me a long time to find out what was going wrong. A work arround would be to put some dummy text in the (hidden) inputfield.
Hi there,
I'm using the defaultValue option while not having any text in the input field. This is because I use a different way of displaying the default/picked date to the end user. In this case I made use of the option hideInput:true.
When using the callbox like this the default date it not themed correctly in the callbox.
It is caused by:
if ( o.calHighPick && date === cal.presetDay && w.d.input.val()) {
in jqm-datebox.mode.calbox.js
I don't know if it really a bug, but it took me a long time to find out what was going wrong. A work arround would be to put some dummy text in the (hidden) inputfield.
Regards, Erik