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: Adjust p-inputnumber-button-group z-index so it's not lower … #6273

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

avramz
Copy link
Contributor

@avramz avramz commented Aug 22, 2024

…when input text receives focus while in input group.

The issue was that input text was getting z-index: 1 when in input group: https://github.com/primefaces/primevue/blob/master/packages/primevue/src/inputgroup/style/InputGroupStyle.js#L58

This PR adds z-index: 1 for the stacked p-inputnumber-button-group

###Defect Fixes
Fixes #6212

…when input text receives focus while in input group.

fixes primefaces#6212
Copy link

vercel bot commented Aug 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
primevue ⬜️ Ignored (Inspect) Visit Preview Aug 22, 2024 10:00am
primevue-v3 ⬜️ Ignored (Inspect) Visit Preview Aug 22, 2024 10:00am

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.

InputNumber: Buttons disappear when clicked if inside of an InputGroup
2 participants