Word-wrapping options?

Author: gtiersmaCreated Jun 20, 2026Updated Jun 20, 2026

It would be nice if we could have options word-wrap instead of expanding into scrollable overflow.

I understand that vue-multiselect is trying to keep options to one line so that all their heights are the same and always match the option-height prop to ensure proper scrolling when using arrow keys, but maybe the code could be refactored in a way so that option-height isn't needed. Maybe vue-multiselect could internally just use scrollIntoView() while using arrow keys? Then it should be fine to have options word-wrap.