You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The filter form example in the readme includes a reset button. The example was changed to use a button with type="reset" without a phx-click attribute. This used to work, but it stopped working in one of my projects. Find out why, or revert example to previous version with an event handler.
The text was updated successfully, but these errors were encountered:
The filter form example in the readme includes a reset button. The example was changed to use a button with
type="reset"
without aphx-click
attribute. This used to work, but it stopped working in one of my projects. Find out why, or revert example to previous version with an event handler.The text was updated successfully, but these errors were encountered: