diff --git a/select2.js b/select2.js index bab0f084..b47f6701 100644 --- a/select2.js +++ b/select2.js @@ -1863,6 +1863,7 @@ the specific language governing permissions and limitations under the Apache Lic initSelection: function () { var selected; if (this.opts.element.val() === "" && this.opts.element.text() === "") { + this.updateSelection([]); this.close(); this.setPlaceholder(); } else {