Closed HarikiRito closed 4 years ago
vue-autosuggest
node
npm
yarn
What you did: Add a button into the list item suggestion
What happened: Button click doesn't work (Function not call, and suggestions disappear)
Reproduction sandbox/repository: Code sandbox
Suggested solution: Button click can prevent suggestions from closing and work as expected
You can do it via mouseup.stop https://github.com/darrenjennings/vue-autosuggest/issues/168#issuecomment-585015240
mouseup.stop
vue-autosuggest
version: 2.1.2node
version:npm
(oryarn
) version:What you did: Add a button into the list item suggestion
What happened: Button click doesn't work (Function not call, and suggestions disappear)
Reproduction sandbox/repository: Code sandbox
Suggested solution: Button click can prevent suggestions from closing and work as expected