I'm coding a textbox that auto suggest when I'm writing, but when autocomplete appear, if I press Down
, my textBox1.Text change, therefore it call TextChanged function, and autocomplete list is being update.
I want while I press Down
, the text dont change ultil I press Enter
. Is any way to fix this issue?