Skip to content

Commit

Permalink
Todo.
Browse files Browse the repository at this point in the history
  • Loading branch information
thesoftwarephilosopher committed Aug 17, 2024
1 parent 08842fb commit fb1e5ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/samples/sample5.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class Item {

done = false;
#checkbox = <input type='checkbox' /> as HTMLInputElement;
// TODO: why isn't checkbox showing up on vanillajsx.com?
li;

constructor(private list: List, text: string) {
Expand Down

0 comments on commit fb1e5ad

Please sign in to comment.