surface-ui / surface

A server-side rendering component library for Phoenix
https://surface-ui.org
MIT License
2.08k stars 150 forks source link

Click away #671

Closed bryannaegele closed 1 month ago

bryannaegele commented 1 year ago

Expose the phx click away event that was added recently.

https://hexdocs.pm/phoenix_live_view/bindings.html#click-events

Malian commented 1 year ago

Thanks for the PR @bryannaegele !

I believe a prop is missing in Surface.Components.Events to fix the tests.

Finally, could you also please add a test to Surface.Components.EventsTest.

After that, we will be able to merge.

bryannaegele commented 1 year ago

Awesome. I couldn't figure out which file to do it in. I'll fix that up soon.