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