helix

https://github.com/Lokeh/helix
Lucy Wang 2020-05-02T02:59:44.109700Z

@geraldodev you could always store it as a string and only cast to int when submitting or validation

☝️ 1
2020-05-02T20:58:35.111800Z

https://github.com/geraldodev/react-form-hook-test/blob/use-form-state/src/main/app/core.cljs#L45 use-form-state frankenstein hook composing use-state react-form-hook and malli schema, with render-input (https://github.com/geraldodev/react-form-hook-test/blob/use-form-state/src/main/app/core.cljs#L59) we can render a simple form based on malli map schema over a loop (https://github.com/geraldodev/react-form-hook-test/blob/use-form-state/src/main/app/core.cljs#L94)

👏 3