Search
Star
Feedback
Setup for Free
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Any way to pass the value of an event to say an onChange handler? - SolidJS
S
SolidJS
โข
2y 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,274
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
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