Info added
This commit is contained in:
@@ -19,6 +19,9 @@ interface DateInputProps {
|
|||||||
disablePast?: boolean;
|
disablePast?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// THIS COMPONENT IS MADE FOR GENERAL FIELD IN PAGE.
|
||||||
|
// Here, User can input/paste date in certain format, and also select via calendar
|
||||||
|
|
||||||
export function DateInput({
|
export function DateInput({
|
||||||
label,
|
label,
|
||||||
value,
|
value,
|
||||||
|
|||||||
@@ -16,6 +16,8 @@ interface DateInputFieldProps {
|
|||||||
disablePast?: boolean;
|
disablePast?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// THIS COMPONENT MADE FOR USING IN FORM FIELD INSIDE ANY FORM CONTROL, NOT AS INPUT FIELD NORMALLY.
|
||||||
|
// Here, User can input/paste date in certain format, and also select via calendar
|
||||||
export function DateInputField({
|
export function DateInputField({
|
||||||
control,
|
control,
|
||||||
name,
|
name,
|
||||||
|
|||||||
Reference in New Issue
Block a user