This commit is contained in:
mertsincan 2021-08-26 14:01:01 +03:00
parent f83169dd60
commit 68e748bf92
2 changed files with 7 additions and 0 deletions

View file

@ -245,6 +245,12 @@ const CalendarProps = [
type: "any",
default: "null",
description: "Inline style of the component."
},
{
name: "keepInvalid",
type: "boolean",
default: "false",
description: "Keep invalid value when input blur."
}
];