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

Reactivity lost in UTable template #674

Closed
some-user123 opened this issue Sep 13, 2023 · 6 comments
Closed

Reactivity lost in UTable template #674

some-user123 opened this issue Sep 13, 2023 · 6 comments
Labels
bug Something isn't working

Comments

@some-user123
Copy link

some-user123 commented Sep 13, 2023

Version

@nuxt/ui: 2.8.1
nuxt: 3.7.1

Reproduction Link

https://stackblitz.com/edit/nuxt-ui-qw5sqk?file=app.vue

Steps to reproduce

  • Click on Edit foo button in table
  • Change foo to bar and press save button
  • Click on Edit bar button
nuxt-ui.mp4

What is Expected?

  • Input should display bar

What is actually happening?

  • Input still shows foo
@some-user123 some-user123 added the bug Something isn't working label Sep 13, 2023
@Levy-from-Odessa
Copy link
Contributor

Hey,
I ran it locally, worked okay on Chrome and Firefox

@some-user123
Copy link
Author

Interesting. Did you try the stackblitz repro? Does that work as well for you?

@Levy-from-Odessa
Copy link
Contributor

Interesting. Did you try the stackblitz repro? Does that work as well for you?

No, it did work in stackblitz

@some-user123
Copy link
Author

What do you mean with "worked"? It does take over the new value when trying to edit it again?

Just to avoid misunderstandings, I added a recording in the issue.

That's the behavior I observe in Chrome, Edge, Firefox. And I think it's wrong.

@dethdkn
Copy link

dethdkn commented Sep 20, 2023

I have the same problem, im using @nuxthq/[email protected] still because if I update to 2.8 my tables search works, but all the buttons doesn't work properly.
It's something they changed after it became @nuxt/ui

Copy link
Contributor

This has already been fixed in #692, but it has not yet been released. You can use the Edge channel to get the latest updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants