validate={[numericality({int: true})]} this allows for numbers, such as 2, disallows string like "aa" but allows "aa22" which is not a number