Skip to content

Commit

Permalink
add another check for phx-feedback-for and some additional documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
floodfx committed Feb 8, 2022
1 parent 00a1181 commit 233d0bc
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is still in ⍺lpha territory. You probably shouldn't put this into produc
| Click Events | `phx-click-away` | [x] |
| Form Events | `phx-change` | [x] |
| Form Events | `phx-submit` | [x] |
| Form Events | `phx-feedback-for` | [?] |
| Form Events | `phx-feedback-for` | [x] |
| Form Events | `phx-disable-with` | [x] |
| Form Events | `phx-trigger-action` | [?] |
| Form Events | `phx-auto-recover` | [?] |
Expand All @@ -44,9 +44,13 @@ This is still in ⍺lpha territory. You probably shouldn't put this into produc
| JS Interop | `phx-hook` | [x] |
| Rate Limiting | `phx-debounce` | [x] |
| Rate Limiting | `phx-throttle` | [x] |
| Static Tracking | `phx-track-static` | [ ] |

| Static Tracking | `phx-track-static` | [-] |

Other features:
* [Updating HTML Document Title](https://hexdocs.pm/phoenix_live_view/live-layouts.html#updating-the-html-document-title) - Not yet
* [View Helpers](https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.Helpers.html) - Not yet
* [LiveView Helpers](https://hexdocs.pm/phoenix_live_view/0.10.0/Phoenix.LiveView.Helpers.html) - Not yet
* []

### Show me some code! ⌨️

Expand Down

0 comments on commit 233d0bc

Please sign in to comment.