Vue/Vite reactivity issues when changing a select dropdown arg #28957
Replies: 1 comment
-
Of course, the answer was on my end. But that component needed to watch for changes, in order for the select box to work properly.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Select form reactivity
Completely recognizing it might be my own misunderstanding here.
(My code is below for my stories file.)
When I change my type dropdown to "icon", the page flickers, my icon select appears, and there's my default icon button in the docs viewer's UI.
However, when I go to change that icon select to something else, say, "templates" ... only the code view updates. The viewer is still displaying my "close" icon button.
If I go to a different component and come back, now my "templates" icon button is in the viewer.
Thanks for the advice!
Additional information
No response
Create a reproduction
No response
Beta Was this translation helpful? Give feedback.
All reactions