rob-balfre / svelte-select

Svelte Select. A select component for Svelte
https://svelte-select-examples.vercel.app
Other
1.25k stars 175 forks source link

GroupBy on IOs #567

Open kl3sk opened 1 year ago

kl3sk commented 1 year ago

Hello,

I accidentally faced a problem on my phone (IOs).

It look like GroupBy totally breaks Svelte select on IOs

This REPL doesn't work on my phone.

Switch from <Select {items} {groupBy}> to <Select {items}> and everything works again (obviously without grouping)

Edit: It look like an IOs problem, not a Safari one. I've tested on Firefox/Firefox Focus/Brave. It doesn't work either.

rob-balfre commented 1 year ago

iOS only has one browser engine as Apple forces all browsers to run Safari under the hood.

I've tested this REPL on an iOS simulator and it seems fine. What's the issue you're facing? https://svelte.dev/repl/1f5ca9b9c3e84ce792a1a296a9c82ffa?version=3.55.1

Thanks

kl3sk commented 1 year ago

Hello,

I didn't know that safari is behind every browser. That can explain.

It simply doesn't open. As if it as no items.

I can update the REPL on it's non working state if it is necessary.

Édit: Maybe the simulator doesn't have the problem. Could you test on a specific IOS version? I'm not up to date on my device.

rob-balfre commented 1 year ago

Which version of iOS?

On Thu, 9 Mar 2023, 9:05 am kl3sk, @.***> wrote:

Hello,

I didn't know that safari is behind every browser. That can explain.

It simply doesn't open. As if it as no items.

I can update the REPL on it's non working state if is necessary.

— Reply to this email directly, view it on GitHub https://github.com/rob-balfre/svelte-select/issues/567#issuecomment-1460939136, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUAM7QIUJV7FXSKK4UPDTTW3D7DBANCNFSM6AAAAAAVS6YVFQ . You are receiving this because you commented.Message ID: @.***>

kl3sk commented 1 year ago

I'm running on 14.6

Yes an old version 😅