Hello,
I would like to use the following Chat JS SDK option: https://developer.zendesk.com/api-reference/widget/settings/#connectOnPageLoad. I.e. set the "connectOnPageLoad" option to "false". It does work as described, however it also results in an unwanted side effect (which appears to be a defect), where items in the "Choose a department" dropdown become duplicated. Has anyone come across such a problem, and would be able to shine some light on it?
My complete "zESettings":
window.zESettings = {
webWidget: {
chat: {
connectOnPageLoad: false
}
}
};

Thank you.
I've been unable to reproduce this in a test account. Are you still seeing this behavior with the widget on a vanilla test page (including no other widget APIs)?