After pressing the button "Tab", the value should be selected. Now after blur value is still not selected.
There seems to be a different behavior depending on whether you leave the suggestion with ENTER or with TAB.
you type "an" -> autocomplete shows "Andorra". Click TAB -> Result is andorra
you type "an -> autocomplete shows "Andorra". Click ENTER -> Result is Andorra.
Expected behavior is that the selected value (Example Andorra) should be taken when leaving the cell with TAB.