mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 10:41:13 +08:00
feat(datetime): add clear button (#23920)
resolves #17482 Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
This commit is contained in:
@ -275,6 +275,7 @@ export const IonDatetime = /*@__PURE__*/ defineContainer<JSX.IonDatetime>('ion-d
|
||||
'presentation',
|
||||
'cancelText',
|
||||
'doneText',
|
||||
'clearText',
|
||||
'yearValues',
|
||||
'monthValues',
|
||||
'dayValues',
|
||||
@ -285,6 +286,7 @@ export const IonDatetime = /*@__PURE__*/ defineContainer<JSX.IonDatetime>('ion-d
|
||||
'value',
|
||||
'showDefaultTitle',
|
||||
'showDefaultButtons',
|
||||
'showClearButton',
|
||||
'showDefaultTimeLabel',
|
||||
'hourCycle',
|
||||
'size',
|
||||
|
Reference in New Issue
Block a user