We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
isMobile
undefined
1 parent 85eafc0 commit a156591Copy full SHA for a156591
src/VueDatePicker/props.ts
@@ -167,7 +167,7 @@ export const PickerBaseProps = {
167
menuWrapRef: { type: Object as PropType<HTMLElement | null>, default: null },
168
getInputRect: { type: Function as PropType<() => DOMRect>, default: () => ({}) },
169
isTextInputDate: { type: Boolean as PropType<boolean>, default: false },
170
- isMobile: { type: Boolean as PropType<boolean>, default: false },
+ isMobile: { type: Boolean as PropType<boolean>, default: undefined },
171
};
172
173
export type AllPropsType = ExtractPropTypes<typeof AllProps>;
0 commit comments