-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Type: BugIssue contains a bug related to a specific component. Something about the component is not workingIssue contains a bug related to a specific component. Something about the component is not working
Milestone
Description
Describe the bug
When using Select component with show-clear property and long enough text the padding is not correctly set and the clear button overlaps the text.
See this example:
I have a fix for this and will open a PR in a moment.
Reproducer
https://stackblitz.com/edit/vitejs-vite-uhadb8?file=src%2FApp.vue
PrimeVue version
4.0.0-beta.4
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
Chrome 125.0.6422.142
Steps to reproduce the behavior
- Create a
Selectcomponent - Add
show-clearprop - Have selected value have long-enough label
- The clear button will overlap the label
Expected behavior
The clear button should be separated from the label by some distance.
fabianszabo and allanchua101
Metadata
Metadata
Assignees
Labels
Type: BugIssue contains a bug related to a specific component. Something about the component is not workingIssue contains a bug related to a specific component. Something about the component is not working
