jfyne / live

Live views and components for golang
https://discord.gg/TuMNaXJMUG
MIT License
655 stars 27 forks source link

`Change` event looks for all inputs attached to a form #65

Closed chabad360 closed 1 year ago

chabad360 commented 1 year ago

Currently, the Change event only looks for input elements that are a child of the form. However, forms can have elements attached to them via the form attribute on an element. This makes the Change event respect that.

jfyne commented 1 year ago

Can you run ./build.sh

chabad360 commented 1 year ago

Done, this should be good to go. I've been using it already for a bit in production, so it should be safe to use.

jfyne commented 1 year ago

Great, thanks

jfyne commented 1 year ago

And released

https://github.com/jfyne/live/releases/tag/v0.15.5