PharmaLedger-IMI / ctr-workspace

UC8 Clinical Trials Recruitment
MIT License
2 stars 0 forks source link

patient-ssapp v0.13.0 browse trials pull-downs do not scroll #82

Open joaoluis-pdm opened 2 years ago

joaoluis-pdm commented 2 years ago

The pull-down (select box) (of Conditions and Location) in the "browse trials" screen does not scroll. (When it overflows available space, it becomes impossible to select the options below the visible area).

image

Note also related issue #61

joaoluis-pdm commented 2 years ago

Algumas correções rápidas possíveis à falta de scroll https://github.com/PharmaLedger-IMI/ctr-workspace/issues/82 :

Mudar de popover para action-sheet: Faz scroll, mas fica sempre em baixo. (Mobile é bom - fica ao alcance do polegar smile image

Mudar de popover para alert: Faz scroll, mas precisa de um toque adicional no OK. image

Experimento o actions-sheet ? (Quando o @pccosta-pdm voltar, pergunto-lhe).

(Marteladas de CSS para fazer override do overflow: hidden; no ion-popover que é criado dentro do ion-select não foram experimentadas).

joaoluis-pdm commented 2 years ago

I will decide to use alert-sheet for v0.10.14