shentao / vue-multiselect

Universal select/multiselect/tagging component for Vue.js
https://vue-multiselect.js.org/
MIT License
6.67k stars 989 forks source link

Selected text and option text are overlapping in drop-down #1602

Closed akki-jat closed 1 year ago

akki-jat commented 1 year ago

Reproduction Link

https://codesandbox.io/s/vue-multiselect-trucate-support-s0i7jn

image

Steps to reproduce

  1. Please make sure you have lengthy text in options
  2. Give limited with to parent div of multi-select
  3. Select lengthy option
  4. Open the options drop-down and scroll righ

Expected behaviour

Texts should not overlap

Actual behaviour

Texts are overlapping