Skip to content

input name prop doesn't work #339

@moeinmac

Description

@moeinmac

when is passed the name prop to the component it seems didn't set correctly and i have some problem with that!
i don't use any custom components for rendering stuff.

<DatePicker
      className="bg-dark"
      value={value}
      onChange={(date) => setValue(date?.toDate())}
      render={<InputIcon />}
      calendar={persian}
      monthYearSeparator="-"
      locale={persian_fa}
      name="birthday"
    />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions