I have a hidden WebDateChooser. I also have a combobox (without a fixed position). Depending on the selected value in the combobox, I need one or two visible WebDateChoosers .
I am cloning the hidden WebDateChooser (javascript function cloneNode) and make it visible. This part works fine. But when I click the new visible WebDateChooser, 1. the calendar appears near the hidden WebDateChooser 2. the selected value is not written in the...