moroshko / react-autosuggest

WAI-ARIA compliant React autosuggest component
http://react-autosuggest.js.org
MIT License
5.97k stars 586 forks source link

Do not close Suggestion when button/icon click #832

Closed monski closed 3 years ago

monski commented 3 years ago

Hi guys, just wanted some help.

is there a way i can make it like, when i click the button on my custom render suggestion.. the suggestion should not close, and just remove it from list.

sample image

Screen Shot 2021-10-23 at 4 01 34 PM

thanks in advance

monski commented 3 years ago

nvm i figured it out..just missing some e.stopPropagation() in button click..thanks

harvey56 commented 2 years ago

@monski can you please elaborate how you did this ? With a codepen link for example if you don't mind. I'm trying to build the same thing as on your screenshot

EDIT: never mind. I understood how. My problem is I wasn't adding an actual button, I was only adding an icon which I expected to behave like a clickable button