cferdinandi / reef

A lightweight library for creating reactive, state-based components and UI.

Home Page:https://reefjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

to do demo bug

artfulrobot opened this issue · comments

Hi, just came across your project, looks interesting!

Test case: https://codepen.io/cferdinandi/pen/wvmoPMg

Your to do app seems buggy because there's no escaping of the data. Eg if I enter " oops as a to do item name and hit Enter, it's added but clicking Edit generates invalid html ,and the input field is blank.