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

v3.4.22 breaks PrimeVue Input component #10710

Closed
NamesMT opened this issue Apr 16, 2024 · 8 comments
Closed

v3.4.22 breaks PrimeVue Input component #10710

NamesMT opened this issue Apr 16, 2024 · 8 comments
Labels
🔥 p5-urgent Priority 5: this fixes build-breaking bugs that affect most users and should be released ASAP. regression

Comments

@NamesMT
Copy link

NamesMT commented Apr 16, 2024

Vue version

v3.4.22

Link to minimal reproduction

https://stackblitz.com/edit/github-fakvdt?file=app.vue

Steps to reproduce

Open reproduction link, wait till app loaded.

Try to use the input to change the associated ref value

What is expected?

Input should change value flawlessly

What is actually happening?

Input is glitching/bugged and keeps reverting to initial value

System Info

No response

Any additional comments?

No response

@Payn
Copy link

Payn commented Apr 16, 2024

Also all the :class="{ active: isActive }" type bindings stopped working.

@sofsirwj
Copy link

scoped css .hehe > * output .hehe[data-v-xxx] > * instead of .hehe > *[data-v-xxx]

@sodatea
Copy link
Member

sodatea commented Apr 16, 2024

scoped css .hehe > * output .hehe[data-v-xxx] > * instead of .hehe > *[data-v-xxx]

I think this is expected. What use case does this change break?

@sodatea sodatea added the 🔥 p5-urgent Priority 5: this fixes build-breaking bugs that affect most users and should be released ASAP. label Apr 16, 2024
@sodatea
Copy link
Member

sodatea commented Apr 16, 2024

Caused by ca84316

@sodatea
Copy link
Member

sodatea commented Apr 16, 2024

I see you already found the cause, do you still want a reproducer from me?

I found the cause for OP's issue, but I'm not sure what you meant by "all the :class="{ active: isActive }" type bindings stopped working." It may be a different issue, so please provide a reproduction.

@yyx990803
Copy link
Member

Please do not report unrelated issues under an existing one that already has a reproduction. If your problem is different from OP's, open a separate issue.

@yyx990803 yyx990803 changed the title v3.4.22 is breaking v3.4.22 breaks PrimeVue Input component Apr 16, 2024
@github-actions github-actions bot locked and limited conversation to collaborators May 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🔥 p5-urgent Priority 5: this fixes build-breaking bugs that affect most users and should be released ASAP. regression
Projects
None yet
Development

No branches or pull requests

5 participants