preline
preline copied to clipboard
fix: #265 select plugin placeholder not cleared when default values l…
To fix the issue of the placeholder not clearing when default values are loaded, (this.tagsInput as HTMLInputElement).placeholder = ''; is added within the if (this.value) block. This line sets the placeholder attribute of the tagsInput element to an empty string, effectively clearing the placeholder text.