Closed
Description
I have set in the option dropdown.enabled: 0
so it always show the dropdown for the user even without typing anything. The problem is that if the user uses the keyword to select a value from the dropdown and enter enter
on the keyboard the tag is added and the dropdown closes. The focus is still on the input and there is no way to open the dropdown, the user have to blur and click again on the input.
This issue doesn't happen if the user select a value from the dropdown with the mouse, only with the keyboard.
Thanks