SolidJSS
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)}}


Is there a better way to do this?
Was this page helpful?