Navigation between fields is done using the "Enter" key. On QSelect, we are listening to the @keydown.enter.prevent event and manually setting focus to the next input. This works fine, except when we ...
I have a long list of options in a slotted QSelect element. One of those options has been pre-selected, but when then list opens it shows the very top of the options list, not the selected option. If ...