Skip to content

Commit

Permalink
chore: Merge support into master (#2928)
Browse files Browse the repository at this point in the history
Co-authored-by: @NicholasBoll <nicholas.boll@gmail.com>
  • Loading branch information
alanbsmith and NicholasBoll committed Sep 18, 2024
2 parents b490d27 + be43f59 commit 7e92bb5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [v10.3.61](https://github.com/Workday/canvas-kit/releases/tag/v10.3.61) (2024-09-17)

### Components

- fix(search-form): Show ellipsis when placeholder overflows ([#2927](https://github.com/Workday/canvas-kit/pull/2927)) ([@NicholasBoll](https://github.com/NicholasBoll))
## [v11.1.11](https://github.com/Workday/canvas-kit/releases/tag/v11.1.11) (2024-09-16)

### Components
Expand Down
3 changes: 3 additions & 0 deletions modules/labs-react/search-form/lib/SearchForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ const SearchInput = styled(TextInput)<
'&::placeholder': {
color: inputColors.placeholderColor,
},
'&:placeholder-shown': {
textOverflow: 'ellipsis',
},
'&:not([disabled])': {
'&:focus, &:active': {
outline: 'none',
Expand Down
2 changes: 1 addition & 1 deletion modules/styling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"@emotion/serialize": "^1.0.2",
"@emotion/styled": "^11.6.0",
"@workday/canvas-kit-react": "^11.1.11",
"@workday/canvas-system-icons-web": "^3.0.0",
"@workday/canvas-tokens-web": "^2.0.0",
"@workday/canvas-system-icons-web": "^3.0.0",
"typescript": "4.2"
}
}

0 comments on commit 7e92bb5

Please sign in to comment.