Skip to content

Commit

Permalink
[snapappointments#2391] invoke buildData() before render() in refresh…
Browse files Browse the repository at this point in the history
…() to align order with init()
  • Loading branch information
Mobe91 committed Feb 12, 2020
1 parent 79f075b commit 78b4bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/bootstrap-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -2969,9 +2969,9 @@
this.options = config;

this.checkDisabled();
this.buildData();
this.setStyle();
this.render();
this.buildData();
this.buildList();
this.setWidth();

Expand Down

0 comments on commit 78b4bbe

Please sign in to comment.