fix(datetime): time picker display matches dynamically set value (#25010)

Resolves #24967
This commit is contained in:
Sean Perkins
2022-04-15 12:29:37 -04:00
committed by GitHub
parent b00159e1dd
commit 11493a086a
161 changed files with 645 additions and 411 deletions

View File

@ -361,7 +361,7 @@ export const configureKeyboardInteraction = (popoverEl: HTMLIonPopoverElement) =
) as NodeListOf<HTMLIonItemElement>
);
/* eslint-disable-next-line */
} catch { }
} catch {}
switch (ev.key) {
/**