Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

alisamar
Copy link
Contributor

@alisamar alisamar commented Feb 5, 2024

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.

…n default values loaded

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.
@jahaganiev jahaganiev merged commit 4a63a23 into htmlstreamofficial:main Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants