mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
fix(datetime): keyboard navigation of time picker columns (#24251)
This commit is contained in:
2
core/src/components.d.ts
vendored
2
core/src/components.d.ts
vendored
@ -1897,6 +1897,7 @@ export namespace Components {
|
||||
* If `true`, the keyboard will be automatically dismissed when the overlay is presented.
|
||||
*/
|
||||
"keyboardClose": boolean;
|
||||
"keyboardEvents": boolean;
|
||||
/**
|
||||
* Animation to use when the popover is dismissed.
|
||||
*/
|
||||
@ -5525,6 +5526,7 @@ declare namespace LocalJSX {
|
||||
* If `true`, the keyboard will be automatically dismissed when the overlay is presented.
|
||||
*/
|
||||
"keyboardClose"?: boolean;
|
||||
"keyboardEvents"?: boolean;
|
||||
/**
|
||||
* Animation to use when the popover is dismissed.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user