-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
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
Labels
No labels