An input for percentages, for use with the Form Component. Value is stored as a float.
() => ( <Form> {form => ( <PercentageInputWithValidation form={form} name="leaveLoading" label="Leave loading" placeholder="0%" /> )} </Form>)