My form field looks like this:
validation: "numeric",
value: "100"
required: false
By my logic this should allow an empty field or any valid number but the validation fails when the field is empty ie. it doesn’t seem possible to have a numeric field that is not mandatory