Vue-multiselect: Dropdown bottom item cutoff when using arrow keys

Created on 23 Aug 2017  路  4Comments  路  Source: shentao/vue-multiselect

dropdown

This video is taken from the Option groups example on the vue-multiselect site, and the same issue appeared in my project. Pressing the down arrow-key does not show the lowest item in the viewport.

For example, max-height="200" shows 5 list-items but the down key highlights the 6th-item which is not visible in the viewport.

bug

Most helpful comment

Hi, I still have this problem on version 2.0.3

All 4 comments

Seems related to #486. Will look into it. Thanks!

Hi, I still have this problem on version 2.0.3

Can鈥檛 reproduce. If your options are higher than the default please remember to use :option-height prop.

Sorry I forgot to write. The problem was that in the project the style file from the package was not up to date...

Was this page helpful?
0 / 5 - 0 ratings