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

Does v5 no longer support optionIdentifier? #609

Closed nelldkLee closed 1 year ago

nelldkLee commented 1 year ago

Hi, I'm using the select library well. When I tried to use the searchable option, it didn't work in v4, so when I uploaded it to v5, the ones I had optionIdentifier and labelIdentifier came out as undefined Does v5 no longer support optionIdentifier and labelIdentifier?

rob-balfre commented 1 year ago

Yeah it does.

Changed to itemId and label

On Tue, 27 June 2023, 5:05 pm nelldkLee, @.***> wrote:

Hi, I'm using the select library well. When I tried to use the searchable option, it didn't work in v4, so when I uploaded it to v5, the ones I had optionIdentifier and labelIdentifier came out as undefined Does v5 no longer support optionIdentifier and labelIdentifier?

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

nelldkLee commented 1 year ago

Your quick reply was very helpful. Thank you!