JuliaGizmos / Escher.jl

Composable Web UIs in Julia
https://juliagizmos.github.io/Escher.jl
Other
335 stars 63 forks source link

watch! and trigger! are not working on master #185

Closed izaid closed 7 years ago

izaid commented 7 years ago

The functions watch! and trigger! are not working on the master branch. At least, the way they are described in the documentation and shown in the example form.jl.

If I try form.jl (tested on both Firefox and Chrome), the submit button always returns the initial state (i.e., rating of 0, no name).