Aria attribute aria-controls points element before it's available in DOM
Author: alexkiroCreated Oct 9, 2025Updated May 21, 2026
Running an accesibility check on the component reveals that the aria-controls attribute of the searchbox points to a non-existing element id.
I'm using this browser extension to check. Ran this check directly on https://vue-multiselect.js.org/
The element does appear to exist here but because it's before under a v-if it will confuse screen readears and not work properly.
Source: shentao/vue-multiselect