vue-simple-search-dropdown icon indicating copy to clipboard operation
vue-simple-search-dropdown copied to clipboard

unable to hold the value

Open Siddu2408 opened this issue 5 years ago • 3 comments

Siddu2408 avatar Feb 12 '19 07:02 Siddu2408

Hi @Siddu2408 Could you add more info on the issue? Thanks

romainsimon avatar Mar 29 '19 18:03 romainsimon

Hi @romainsimon

I think what @Siddu2408 had in mind is the following problem I found too. Once you have a selected item and open/close the dropdown without selecting anything your selected item gets replaced with the first item of the list.

Here are the steps to reproduce:

  1. Select an item from the dropdown (anything except the 1st one ('cat' in your demo) )
  2. Open the dropdown
  3. Close the dropdown without selecting another item from the list (just by clicking outside) Your selected item gets changed to 'cat' , without clicking it.

Is there an easy fix for this?

HuKuTo avatar Aug 06 '19 10:08 HuKuTo

thank you so much ..i got it

On Tue, Aug 6, 2019 at 3:44 PM nraykov [email protected] wrote:

Hi @romainsimon https://github.com/romainsimon

I think what @Siddu2408 https://github.com/Siddu2408 had in mind is the following problem I found too. Once you have a selected item and open/close the dropdown without selecting anything your selected item gets replaced with the first item of the list.

Here are the steps to reproduce:

  1. Select an item from the dropdown (anything except the 1st one ('cat' in your demo) )
  2. Open the dropdown
  3. Close the dropdown without selecting another item from the list (just by clicking outside) Your selected item gets changed to 'cat' , without clicking it.

Is there an easy fix for this?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/romainsimon/vue-simple-search-dropdown/issues/1?email_source=notifications&email_token=AJ2LJECZSMPIQPXCMSTW4L3QDFFIDA5CNFSM4GWXEBI2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3UVCFI#issuecomment-518607125, or mute the thread https://github.com/notifications/unsubscribe-auth/AJ2LJEHR75XVPJAFYLW2G4DQDFFIDANCNFSM4GWXEBIQ .

Siddu2408 avatar Aug 08 '19 09:08 Siddu2408