Adding this code avoid create an empty element. if (this.config.multiple) { **if ($elem.text() == "") return;** this.$container.prepend(this._createElement($elem)); $elem.remove();