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

Visual bug: filtered elements stay above selector #520

Closed aureleoules closed 1 year ago

aureleoules commented 1 year ago

See video above.

Screencast from 2023-01-13 15-38-19.webm

rob-balfre commented 1 year ago

What version you on?

On Sat, 14 Jan 2023, 1:39 am Aurèle Oulès, @.***> wrote:

See video above.

Screencast from 2023-01-13 15-38-19.webm https://user-images.githubusercontent.com/22493292/212346068-218857bd-fa9f-4baf-8d42-504be8a34e93.webm

— Reply to this email directly, view it on GitHub https://github.com/rob-balfre/svelte-select/issues/520, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUAM7RDC7VTVYVQUO5V35TWSFSJVANCNFSM6AAAAAAT2PMHSM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

aureleoules commented 1 year ago

The latest, 5.1.1.

rob-balfre commented 1 year ago

Strange. Floating UI should auto align. Are you passing in any floating UI configuration?

On Sat, 14 Jan 2023, 11:11 am Aurèle Oulès, @.***> wrote:

The latest, 5.1.1.

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

rob-balfre commented 1 year ago

Fixed in 5.1.2

Thanks

aureleoules commented 1 year ago

Thanks a lot!