epicmaxco / vuestic-ui

Vuestic UI is an open-source Vue 3 component library designed for rapid development, easy maintenance, and high accessibility. Maintained by Epicmax (@epicmaxco).
https://vuestic.dev
MIT License
3.52k stars 340 forks source link

VaSelect does not respect tabindex="-1" #4383

Open jonjakoblich opened 2 months ago

jonjakoblich commented 2 months ago

Vuestic-ui version: 1.10.1

Description

VaSelect component has a tabindex option. When I enter value -1 I would expect this component to be skipped, but it does not skip it.

Reproduction

In the sandbox link below, put your cursor in text input 1, press the tab button on your keyboard and it should jump to text input 3, but instead it jumps to the select input.

Sandbox reproduction