I have three drop down lists, one list is populated on page load and doesn\'t change. The 2nd and 3rd lists may change depending on the selection. This functionality is wo
if refresh method doesn't help, try adding some delay.
setTimeout(() => { jQuery('.selectpicker').selectpicker('refresh'); }, 500);