Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
floodfx committed Feb 3, 2022
1 parent 9a5e9c4 commit 26f98b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ This is still in ⍺lpha territory. You probably shouldn't put this into produc
| Form Events | `phx-disable-with` | [ ] |
| Form Events | `phx-trigger-action` | [ ] |
| Form Events | `phx-auto-recover` | [ ] |
| Focus Events | `phx-blur` | [ ] |
| Focus Events | `phx-focus` | [ ] |
| Focus Events | `phx-window-blur` | [ ] |
| Focus Events | `phx-window-focus` | [ ] |
| Focus Events | `phx-blur` | [x] |
| Focus Events | `phx-focus` | [x] |
| Focus Events | `phx-window-blur` | [x] |
| Focus Events | `phx-window-focus` | [x] |
| Key Events | `phx-keydown` | [x] |
| Key Events | `phx-keyup` | [x] |
| Key Events | `phx-window-keydown` | [x] |
Expand Down

0 comments on commit 26f98b1

Please sign in to comment.