#8939 closed bug (notabug)
2 textbox with same id, but in different container id, datepicker will update the wrong textbox
Reported by: | wfsiew | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.datepicker | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If there are 2 textboxes, but they are placed in 2 different container id, selecting the date in the second datepicker will always update the first textbox, but the second textbox won't be updated.
Please see the demo at http://jsbin.com/iwejev/2/edit
Note: See
TracTickets for help on using
tickets.
It's invalid to have two elements with the same id.