ui icon indicating copy to clipboard operation
ui copied to clipboard

UToggle is not getting rerendered when v-model is getting from pinia store

Open Tarabass opened this issue 9 months ago • 1 comments

Environment

Version

v2.16.0

Reproduction

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

Description

I use a pinia store to save settings and persist those settings using pinia-plugin-persistedstate and localStorage as storage. Everything works great, URadioGroup and URadio are correctly updated when I refresh the page. But UToggle isn't, although the value of modelValue is correct when I print it on screen.

  • UToggle is not updated when v-model is set from pinia store
  • UToggle is correctly set when v-model is from local variable

Additional context

No response

Logs

No response

Tarabass avatar May 15 '24 09:05 Tarabass

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Jul 18 '24 11:07 github-actions[bot]