An input for currency, for use with the Form Component. Value is stored as a float.
() => ( <Form> {form => ( <CurrencyInputWithValidation label="YTD Allowances" form={form} name="ytdAllowances" placeholder="$0.00" /> )} </Form>)