Skip to content

Commit b399e95

Browse files
authored
feat(datetimepicker): close method (#186)
* add close method * bump * update typings
1 parent b9cb923 commit b399e95

File tree

5 files changed

+307
-294
lines changed

5 files changed

+307
-294
lines changed

packages/datetimepicker/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ Internally `DatePickerField` and `TimePickerField` call `DateTimePicker`'s `pick
258258
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
259259
| `pickDate(options: DatePickerOptions, style?: DateTimePickerStyle): Promise<Date>` | picks a date from a dialog picker initialized with the provided options and styled with the optionally provided style. |
260260
| `pickTime(options: TimePickerOptions, style?: DateTimePickerStyle): Promise<Date>` | picks a time from a dialog picker initialized with the provided options and styled with the optionally provided style. |
261+
| `close()` | closes the presented dialog picker |
261262

262263
**DatePickerOptions**:
263264

0 commit comments

Comments
 (0)