<Inputname="hs_tariff_number"label="Tariff Number"validate={stringLengthAtLeastOne}hint="Please see https://hts.usitc.gov/current. Sock is 611595"/>
<Inputname="customs_description"label="Customs Description"validate={stringLengthAtLeastOne}hint={"Short description like \"t-shirt\""}/>
<Inputname="origin_country"label="Country of Origin"validate={s=>s.length===2}hint="2 letter ISO country code"/>
<DecimalInputlabel="Weight (ounces)"name="weight"hint="Please enter (in ounces) the weight of this item"prefix=""numDecimals={2}validate={val=>val>0}/>