floodfx / liveviewjs

LiveView-based library for reactive app development in NodeJS and Deno

Home Page:https://liveviewjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use "_target" hint on `phx-change` form events to inform params passed to handleEvent

floodfx opened this issue · comments

phx-change will send a _target="foo" hint which denotes the input updated for the form. We should parse this and only send along the param that has been updated.