preline icon indicating copy to clipboard operation
preline copied to clipboard

fix: #265 select plugin placeholder not cleared when default values l…

Open alisamar opened this issue 1 year ago • 0 comments

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.

alisamar avatar Feb 05 '24 23:02 alisamar