This commit is contained in:
2024-07-26 16:37:27 +05:30
parent 9b83e090c0
commit bcf7cb7050
5 changed files with 24 additions and 12 deletions

View File

@@ -475,6 +475,7 @@ const FormField = ({
textAlign={arabic || type === "number" ? "right" : align ? align : "left"}
_placeholder={{ fontSize: "sm" }}
min={type === "date" ? today : undefined}
maxLength={maxLength}
// defaultValue={type === "date" && "2023-07-26" : undefined}
// value={"2023-07-26"}