Skip to content

Commit

Permalink
confirmed phx-hook works
Browse files Browse the repository at this point in the history
  • Loading branch information
floodfx committed Feb 3, 2022
1 parent 2a8c9d3 commit db46a71
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ 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` | [?] |
| Form Events | `phx-disable-with` | [x] |
| Form Events | `phx-trigger-action` | [ ] |
| Form Events | `phx-auto-recover` | [ ] |
| Form Events | `phx-trigger-action` | [?] |
| Form Events | `phx-auto-recover` | [?] |
| Focus Events | `phx-blur` | [x] |
| Focus Events | `phx-focus` | [x] |
| Focus Events | `phx-window-blur` | [x] |
Expand All @@ -39,9 +39,9 @@ This is still in ⍺lpha territory. You probably shouldn't put this into produc
| Key Events | `phx-window-keydown` | [x] |
| Key Events | `phx-window-keyup` | [x] |
| Key Events | `phx-key` | [x] |
| DOM Patching | `phx-update` | [ ] |
| DOM Patching | `phx-remove` | [ ] |
| JS Interop | `phx-hook` | [ ] |
| DOM Patching | `phx-update` | [?] |
| DOM Patching | `phx-remove` | [?] |
| JS Interop | `phx-hook` | [x] |
| Rate Limiting | `phx-debounce` | [x] |
| Rate Limiting | `phx-throttle` | [x] |
| Static Tracking | `phx-track-static` | [ ] |
Expand Down

0 comments on commit db46a71

Please sign in to comment.