I found flask-jquery-ajax example where the user selects an item from the vehicle \"Make\" drop down menu, the vehicle \"Model\" drop down menu is populated by making an AJA
After AJAX is done, you need to reload the plugin:
$('#model_select').selectpicker('refresh');
or
success: function(data) { $("#model_select").html(data).selectpicker('refresh'); }