> it appears in IE7 that if you have clickInput: false you cannot drag to 
> select the text in the input field anymore.

I presume you mean if you have clickInput:true? The simple answer is not to use 
clickInput:true if you want people to be able to select the text! To tell the 
truth I wouldn't particulaly recommend using clickInput:true, it doesn't seem 
to intuitive or accessible to me - I just implemented it because it was a 
feature request from the old version of the plugin.

>
> also, i'd like to request that there be a 'Go To Today' link added (or 
> add-able).

That should be easy enough to add yourself if you want to. Something like the 
following (untested):

$('DATEPICKER_ELEMENT').setSelectedDate((new Date()).asString())

(obviously with DATEPICKER_ELEMENT replaced by an expression to select the 
element you have bound the date picker to).

Hope that helps,

Kelvin :)

Reply via email to