Hi,
today I updated from SF 1.9.1 to 2.0.8, and found my custom SFDateInput
enhancement extension to be no longer working.
Since the extension provides JavaScript to fill in Year/Month/Day with
one click, it requires the year/month/day fields to have IDs. The
attached patch to SF (r80431) re-intro
Hi Patrick,
Could you explain what your SFDateInput extension does? The general approach
when using jQuery, which I've tried to get SF to follow, is to use classes
instead of IDs whenever possible - it leads to significantly simpler code.
Is it possible that your extension could do the same thing?