when using <Portal /> on shadow mode, on change events are not working!
Hello, when using Portal in shadow mode I have some weird issues, onchange events are not happening, as a result I cannot type anything or programmatically invoke onchange.
The host of the web component is react.
Any ideas why this is happening, does this happen because of react and needs some sort of adapter to map react events into solid's web component?
2 Replies
Zag - Rapidly build UI components without sweating over the logic.
Combobox - Zag
Using the combobox machine in your project.
GitHub
Events Fail to Trigger when Rendering Components within a Shadow DO...
Describe the bug In my example, I've implemented a Counter component that increases the count by 1 and displays the final count every time an onClick event is triggered. Additionally, I've ...