dohomi / tamagui-kitchen-sink

Home of tamagui-extras, a component library which extends Tamagui with additional features..

Home Page:https://tamagui-extras.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add helperTextProps to LmDatePicker

tjapa opened this issue · comments

The helperTextProps parameter is not being used in LmDatePicker. Is it possible to add it?

Code snippet from LmDatepicker.tsx file

      ...
    <LmFormFieldContainer
        id={id}
        error={error}
        required={required}
        labelProps={labelProps}
        label={label}
        labelInline={labelInline}
        helperText={helperText}
        fullWidth={fullWidth}
      >
     ...

I'll do it soon

Thank you!

fixed in latest release

I'll check! Thank you, @dohomi!