fix(datetime): keyboard navigation of time picker columns (#24251)

This commit is contained in:
Sean Perkins
2021-12-01 11:57:51 -05:00
committed by GitHub
parent c2bef8df14
commit 8bdcd3c6c9
4 changed files with 23 additions and 1 deletions

View File

@ -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.
*/