I was trying to show the ng2-iq-select2 options based on another ng2-iq-select2 selection. First time everything is working fine. But when i try to change the value of first one, the second drop down options will not change due to clientMode option set as true(i need to do it in client side). Is there any way to reinitialize the component with new dataSourceProvider function?
I was trying to show the ng2-iq-select2 options based on another ng2-iq-select2 selection. First time everything is working fine. But when i try to change the value of first one, the second drop down options will not change due to clientMode option set as true(i need to do it in client side). Is there any way to reinitialize the component with new dataSourceProvider function?