Version & browser
- Vue: 2.5.22
- uiv: 0.29.0
- Browser: Latest Safari, Chrome, Firefox
Which component
Typeahead & Dropdown
Steps to reproduce the problem
- Create a text input with an attached Typeahead inside of a Dropdown component.
- Type your query into the text input
- Try to use your keyboard down arrow to select a match
Reproduce link
https://codepen.io/tinyfly/pen/rPMoPN
Expected behavior
When typing in the typeahead input and match suggestions popup I should be able to arrow down on the keyboard to select a match.
Actual behavior
If the typeahead is inside a dropdown, using the keyboard arrows to select a match just closes the suggestion dropdown instead.