Update Calendar.d.ts
parent
c8f3c3692a
commit
5bc5759671
|
@ -229,6 +229,14 @@ export interface CalendarProps {
|
|||
* Default value is true.
|
||||
*/
|
||||
manualInput?: boolean | undefined;
|
||||
/**
|
||||
* When present, it specifies that the component should be disabled.
|
||||
*/
|
||||
disabled?: boolean | undefined;
|
||||
/**
|
||||
* When present, it specifies that an input field is read-only.
|
||||
*/
|
||||
readonly?: boolean | undefined;
|
||||
/**
|
||||
* 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.
|
||||
* @see CalendarAppendToType
|
||||
|
|
Loading…
Reference in New Issue