Skip to content

Commit

Permalink
chore(): add todo for picker-column spike
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-perkins committed Jan 25, 2022
1 parent 6489de7 commit 998f443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/components/datetime/datetime.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1376,6 +1376,7 @@ export class Datetime implements ComponentInterface {
* before the popover is fully presented.
*/
const cols = (ev.target! as HTMLElement).querySelectorAll('ion-picker-column-internal');
// TODO (FW-615): Potentially remove this when intersection observers are fixed in picker column
cols.forEach(col => col.scrollActiveItemIntoView());
}}
style={{
Expand Down

0 comments on commit 998f443

Please sign in to comment.