Hi team,
Supposed that my DataSource is:
a1
a2
a3
b1
b2
b3
c1
c2
c3
, and I input "b" in the search text, then press Enter key directly, What I expected is : "b1" should be selected into the textbox
and dropdown is closed. However, current result is the input value("b") is removed and no item in dropdown is selected into textbox.
Appreciated for your helps.