View Source Phoenix.UI.Components.SelectFilter (Phoenix UI v0.1.9)
Provides select filter component.
The SelectFilter live component supports the following scenarios:
- When passed
uriandparamattrs, will automatically update query param in url on select change (Default) - When passed
on_changeanonymous function attr, will invoke function on select change - When passed
on_changeevent name string attr, will trigger event at parent level upon select change