Refactor #2801 - Calendar
parent
262187d843
commit
3262a5336f
|
@ -229,10 +229,10 @@ const CalendarProps = [
|
||||||
description: 'A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are "body" for document body and "self" for the element itself.'
|
description: 'A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are "body" for document body and "self" for the element itself.'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "inputStyle",
|
name: "inputId",
|
||||||
type: "any",
|
type: "string",
|
||||||
default: "null",
|
default: "null",
|
||||||
description: "Inline style of the input field."
|
description: "Identifier of the underlying input element."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "inputClass",
|
name: "inputClass",
|
||||||
|
@ -241,16 +241,10 @@ const CalendarProps = [
|
||||||
description: "Style class of the input field."
|
description: "Style class of the input field."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "class",
|
name: "inputStyle",
|
||||||
type: "string",
|
|
||||||
default: "null",
|
|
||||||
description: "Style class of the component."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "style",
|
|
||||||
type: "any",
|
type: "any",
|
||||||
default: "null",
|
default: "null",
|
||||||
description: "Inline style of the component."
|
description: "Inline style of the input field."
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue