Skip to content

Commit

Permalink
* datetime-picker: change default pop options.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Apr 26, 2024
1 parent 2fd38e6 commit ab2eeed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/datetime-picker/src/component/date-picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export class DatePicker<T extends DatePickerOptions = DatePickerOptions> extends
popMaxHeight: 320,
format: 'yyyy-MM-dd',
icon: true,
limitPopInScreen: false,
} as Partial<PickOptions>;

constructor(props: T) {
Expand Down

0 comments on commit ab2eeed

Please sign in to comment.