Derrick Beining
Derrick Beining
I've run into a bug where if you pass `Form.Validation.global` to `Form.Validation.statusAtLeast`, the browser tab locks up completely. Here is an minimal example on Ellie: https://ellie-app.com/rYCZ6wb3WS5a1. Click "Compile" and you'll...
I tried passing `Form.Field.float` (fully applied obviously) as the second argument to `Form.Field.range`, which is valid according to the types, but when I try to use it, no matter what...
`` takes an optional `"step"` attribute which can be any number, float or integer, but the type signature of `withStep` only allows it to be used with `Form.Field.range` if it's...