<DecimalInputlabel="Length (inches)"name="length"hint="Please enter (in inches) the longest dimension of the package"prefix=""numDecimals={2}validate={val=>val>0}/>
<DecimalInputlabel="Width (inches)"name="width"hint="Please enter (in inches) the 2nd longest dimension of the package"prefix=""numDecimals={2}validate={val=>val>0}/>
<DecimalInputlabel="Height (inches)"name="height"hint="Please enter (in inches) the height or thickness of the package"prefix=""numDecimals={2}validate={val=>val>0}/>
<DecimalInputlabel="Weight (ounces)"name="weight"hint="Please enter (in ounces) the weight of the package"prefix=""numDecimals={2}validate={val=>val>0}/>