diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-18 11:25:07 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-18 11:25:10 +0530 |
| commit | 5531e4f4d045125c55fc0be157dafb55c560ca49 (patch) | |
| tree | 52fe1a66b5755e73d2b946fd9ed927c66b1a5ada /TODO.norg | |
| parent | 18a60b5f53cdff3f2b9c8cecd3f34cadc6f08865 (diff) | |
| download | css-everything-5531e4f4d045125c55fc0be157dafb55c560ca49.tar.gz css-everything-5531e4f4d045125c55fc0be157dafb55c560ca49.zip | |
feat: adds on focus and blur events + todo-list is feature complete
Diffstat (limited to 'TODO.norg')
| -rw-r--r-- | TODO.norg | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -21,16 +21,17 @@ - (x) on update - (x) access child from an instance (update checkbox) - (x) access instance from child (delete task) - - ( ) Update --cssx-text on update - - ( ) keyboard events + - (x) focus blur events - ( ) string concatenation - ( ) eval + - ( ) Update --cssx-text on update + - ( ) keyboard events - ( ) Code cleanup - ( ) `request` error handling * Later - - ( ) `add-class` & `remove-class` should use self if id is not specified? - ( ) Evaluate `calc` + - ( ) `add-class` & `remove-class` should use self if id is not specified? - ( ) access an instance of component - ( ) Additional events - ( ) Improve error messages |
