mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactor #1477
This commit is contained in:
parent
f83169dd60
commit
68e748bf92
2 changed files with 7 additions and 0 deletions
|
@ -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."
|
||||
}
|
||||
];
|
||||
|
||||
|
|
1
src/components/calendar/Calendar.d.ts
vendored
1
src/components/calendar/Calendar.d.ts
vendored
|
@ -42,6 +42,7 @@ interface CalendarProps {
|
|||
inputClass?: string;
|
||||
style?: any;
|
||||
class?: string;
|
||||
keepInvalid?: boolean;
|
||||
}
|
||||
|
||||
declare class Calendar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue