[Bug Report][3.0.0] [V-Buttons-Toggle] Ref - Desync & Relative – Do Not Set Values
See original GitHub issueEnvironment
Vuetify Version: 3.0.0-beta.3 Vue Version: 3.2.36 Browsers: Chrome 102.0.0.0 OS: Windows 10
Steps to reproduce
- Open page
- Go to
/bug-001
- Try click buttons
- Profit! You find bugs…
Expected Behavior
reactive and ref both work for array select
Actual Behavior
reactive - didn’t work ref - partialy work, has bugs if you set any values by default
Reproduction Link
Example
Issue Analytics
- State:
- Created a year ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
[Bug Report][3.0.0] V-App-Bar Collapse On Reload Page
Bar collapse on every page reload. After a few seconds, bar return to valid position. If you disable javascript, app bar didn't return...
Read more >Issues · vuetifyjs/vuetify · GitHub
[Bug Report][3.0.0-beta.10] V-Select items become transparant inside ... [V-Buttons-Toggle] Ref - Desync & Relative – Do Not Set Values E: group Group ...
Read more >Bug listing with status RESOLVED with resolution FIXED as at ...
Bug :2 - "How do I attach an ebuild. ... Bug:274 - "pcmcia-cs does not work if kernel is configured with pcmcia" status:RESOLVED...
Read more >Release Notes — Airflow Documentation
In Airflow 2.2.5 there was a bug introduced that made it impossible to disable Airflow to work in iframe. No matter what the...
Read more >Version History - JIDE Software
(Grids) Fixed the empty value is not localized in the CustomFilterEditor. See the bug report here. June 1, 2021 - 3.7.12 (Regular Release,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
There is a playground in #15215
This is caused by the internal group model having a dependency on the items array, which is empty on the first render https://github.com/vuetifyjs/vuetify/blob/0ad9d7f0efba50f0be4d56b4d13a7aaf155dc765/packages/vuetify/src/composables/group.ts#L157-L161