<Field
className="col ml-1 pl-1 pr-0 form-control"
type="number"
min="0"
max="100"
id={`itemsAndServices[${index}].percentage`}
name={`itemsAndServices[${index}].percentage`}
/>
This restraint of min and max doesn't seem to work. Is this something that is supported or do I have to use the original input