darrenjennings / vue-autosuggest

🔍 Vue autosuggest component.
https://darrenjennings.github.io/vue-autosuggest
MIT License
621 stars 91 forks source link

[Feature Request] Add transition for options list #232

Open vencho-mdp opened 2 years ago

vencho-mdp commented 2 years ago

Problem description: When having a large amount of dynamic options is quite difficult for the user to differ which ones have been deleted / added. Transitions could address this problem, why showing this process progressively.

Suggested solution: I think that if we had access to the wraper of the v-for (maybe through a slot or something else) it could be done quite easily. Another one could be to have a transitionName which defaults to null (no transition),