reflex-frp / reflex-dom-semui

A reflex-dom API for Semantic UI components
https://reflex-frp.org/
BSD 3-Clause "New" or "Revised" License
22 stars 10 forks source link

Checkbox setValue does not work #28

Closed andrewthad closed 6 years ago

andrewthad commented 6 years ago

The event for setting the value of a checkbox is never actually used. Consequently, it does not work.

andrewthad commented 6 years ago

Regression was introduced by https://github.com/reflex-frp/reflex-dom-semui/pull/23/files

andrewthad commented 6 years ago

Here's a PR that resolves the issue: https://github.com/reflex-frp/reflex-dom-semui/pull/29

3noch commented 6 years ago

Thanks. I found this as well but forgot to send a PR.