shentao / vue-multiselect

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

Using scrollbar clears search text on IE11 #1268

Closed saskaak closed 1 year ago

saskaak commented 4 years ago

Reproduceable on at least this example: https://vue-multiselect.js.org/#sub-custom-option-template

Steps to reproduce

  1. Use IE11
  2. Write "m" to the search box to filter the results to 3 (of 4) items.
  3. Click/drag the scrollbar on the right of the results list. Don't use mouse wheel / trackpad, this only reproduces when you actually click the scrollbar.

Expected behaviour

The search text is 'm' and the list stays filtered.

Actual behaviour

The search text is cleared and the list is no longer filtered.

akki-jat commented 1 year ago

@saskaak IE11 reached the end of life. We don't have any plan to support it further.