You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when using the new Customizeable select syntax, build errors will be thrown due to the fact it can have more types of elements inside of it. There are also likely hydration issues for browsers that do not support this syntax yet.
Codepen Demo
(New syntax only works in chromium based browsers as of April 3rd, 2025)
The new syntax allows for extra elements to exist as children of the select element, and the option element.
I have not looked at what happens with hydration, but my guess is there will be issues there as well.
The text was updated successfully, but these errors were encountered:
fimion
changed the title
Better support for Styleable/Customizeable Select Elements
Better support for Styleable/Customizable Select Elements
Apr 3, 2025
Vue version
3.5.13
Link to minimal reproduction
https://codepen.io/fimion/pen/JojxBwv
Steps to reproduce
Currently when using the new Customizeable select syntax, build errors will be thrown due to the fact it can have more types of elements inside of it. There are also likely hydration issues for browsers that do not support this syntax yet.
Codepen Demo
(New syntax only works in chromium based browsers as of April 3rd, 2025)
The new syntax allows for extra elements to exist as children of the select element, and the option element.
This ticket might end up being a place holder, as there are several issues that need to be resolved for proper support of this feature.
What is expected?
Vue should not warn about the fact that these elements are inside the select/option element
What is actually happening?
Vue does warn that these elements are inside the select/option element.
System Info
Any additional comments?
I have not looked at what happens with hydration, but my guess is there will be issues there as well.
The text was updated successfully, but these errors were encountered: