5 Replies
Not sure why the console log doesnt fire when I type in the input
Try using onInput
I think the React onChange is different from Solids
yep same as native onchange event, react has a custom behavior
You da man. Maybe I've always used onInput in the past and just thought onChange was the right thing to do because my brain burst. Didn't think about that at all.
thank you
Actually, react switches the original DOM events and thus causes a lot of confusion.