When using the Autocomplete component, opening the popup and navigating with the arrow keys works. However, when trying to select a value using the Tab key, the selection does not occur.
Replication Procedure:
Open the autocomplete popup.
Navigate down the list using the arrow keys.
Attempt to select a value using the Tab key.
Expected Output:
The value should be selected and the selection should occur when using the Tab key.
Current Output:
The selection does not occur when using the Tab key to select a value.