Search
Star
1.4k
Feedback
Setup for Free
S
SolidJS
โข
16mo ago
โข
32 replies
hcker2000
Any way to pass the value of an event to say an onChange handler?
I am guessing I would need to do something like
:
onChange={(event) => {customHandler(event.target.value)}}
onChange={(event) => {customHandler(event.target.value)}}
Is there a better way to do this
?
SolidJS
Join
Solid is a declarative reactive Javascript library for creating user interfaces.
12,267
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
onChange={(event) => {customHandler(event.target.value)}}
onChange={(event) => {customHandler(event.target.value)}}
Similar Threads
What's the most idiomatic way of forwarding an onClick event handler?
S
SolidJS / support
3y ago
Derived value in event handler causing router error
S
SolidJS / support
3y ago