You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to add two datepickers on the same page , the datepicker get rendered at the last element of the datepicker.
It overrides the selected date input box to the last date input.
The e.data.obj is always set for the last date input and not the current input selected.
Please if possible help me out
The text was updated successfully, but these errors were encountered:
Can you provide a code, so that I can understand your issue. The code should include both input boxes and element on which you have initialized DateTimePicker. Also, mention if you are using any framework.
Please go through example of Dropdown View. Even if you add more inputs to the same page they work well.
When i try to add two datepickers on the same page , the datepicker get rendered at the last element of the datepicker.
It overrides the selected date input box to the last date input.
The e.data.obj is always set for the last date input and not the current input selected.
Please if possible help me out
The text was updated successfully, but these errors were encountered: