fix keyboard focus issues (#16206)

This commit is contained in:
Alan Ren
2021-07-16 13:27:15 -07:00
committed by GitHub
parent 3847271e67
commit eed792f3db
19 changed files with 69 additions and 86 deletions

View File

@@ -244,7 +244,8 @@ export enum ComponentEventType {
onComponentCreated,
onCellAction,
onEnterKeyPressed,
onInput
onInput,
onComponentLoaded
}
export interface IComponentEventArgs {