mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(datetime): time picker display matches dynamically set value (#25010)
Resolves #24967
This commit is contained in:
@ -361,7 +361,7 @@ export const configureKeyboardInteraction = (popoverEl: HTMLIonPopoverElement) =
|
||||
) as NodeListOf<HTMLIonItemElement>
|
||||
);
|
||||
/* eslint-disable-next-line */
|
||||
} catch { }
|
||||
} catch {}
|
||||
|
||||
switch (ev.key) {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user