#Getting input from a form

1 messages · Page 1 of 1 (latest)

desert current
#

It looks like oninput is working, however there isn't a value on a InputEvent. You'll need to get the target of the event, and then convert it to the appropriate HTML Element. Then you can get the value.

#

I have an example somewhere, I'll dig it up