Actions
Bug #7290
closedjQuery: CB DatePicker not updating input pointer on clone
Description
When cloned the hidden input pointer were the UTC value is stored and passed to POST is not being updated. This causes the cloned datepicker to only be able to set the date after save and re-display.
Updated by krileon about 6 years ago
It's due to cbdatepicker.settings.target not being processed. Needs same treatment as cbtooltip jQuery and its target attributes.
Updated by krileon about 6 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in !1408
Rewrote how this plugin binds so it can bind to the original hidden element instead of the selector.
Actions