kitlangton / formula

Form Combinator Library for decimating frontend boilerplate.
https://formula.surge.sh
Apache License 2.0
37 stars 17 forks source link

Fix 'too many recursions' error #8

Closed randm-ch closed 1 year ago

randm-ch commented 1 year ago

Probably a regression introduced with #6: Changing an Int or Double value caused a recursion error.

This PR also introduces Forms for Long and Float, which I was missing.

kitlangton commented 1 year ago

<3 Thanks @randm-ch!