### Expected Behaviour Setting the `min` prop to `1` on a `FormNumberInput` does not allow zeroes (`0`). ### Actual Behaviour Whatever value set on the `min` prop is ignored. No minimum is implied.