DatePicker
type DatePicker = { align?: 'start' | 'center' | 'end'; block?: boolean; clearable?: boolean; defaultValue?: string; disabled?: boolean; id?: string; key?: string; max?: string; min?: string; name: string; onChangeAction?: ActionConfig; pill?: boolean; placeholder?: string; side?: 'top' | 'bottom' | 'left' | 'right'; size?: ControlSize; type: 'DatePicker'; variant?: ControlVariant;};
Properties
Section titled “Properties”align?
Section titled “align?”optional align: "start" | "center" | "end";
block?
Section titled “block?”optional block: boolean;
clearable?
Section titled “clearable?”optional clearable: boolean;
defaultValue?
Section titled “defaultValue?”optional defaultValue: string;
disabled?
Section titled “disabled?”optional disabled: boolean;
optional id: string;
optional key: string;
optional max: string;
optional min: string;
name: string;
onChangeAction?
Section titled “onChangeAction?”optional onChangeAction: ActionConfig;
optional pill: boolean;
placeholder?
Section titled “placeholder?”optional placeholder: string;
optional side: "top" | "bottom" | "left" | "right";
optional size: ControlSize;
type: 'DatePicker';
variant?
Section titled “variant?”optional variant: ControlVariant;