Skip to content

Commit

Permalink
v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinheldy committed Jul 4, 2024
1 parent 2028b2c commit d2165c7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v2.2.2
- Fixed placeholder color

v2.2.1
- Fixed types
- Update docs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "use-bootstrap-tag",
"type": "module",
"version": "2.2.1",
"version": "2.2.2",
"description": "Tag input for Bootstrap 5",
"license": "MIT",
"homepage": "https://use-bootstrap-tag.js.org",
Expand Down
6 changes: 6 additions & 0 deletions scss/use-bootstrap-tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ $duplicate-transform: 'scale(1.1)';
border: 0;
width: 100%;
background-color: transparent;

// Source: bootstrap/scss/forms/_form-control.scss:75
&::placeholder {
color: $input-placeholder-color;
opacity: 1;
}
}

.#{$target}:not(:disabled)+& {
Expand Down

0 comments on commit d2165c7

Please sign in to comment.