@geraldodev you could always store it as a string and only cast to int when submitting or validation
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)