Better solution to remove the cursor from comboBox
Better solution to remove the cursor from comboBox
For some reason the comboBox stops pulling back results after select the result, to resolve this i added a blur event to remove the cursor from the combo :
The combo stop pulling down result and the beforequery event is not executed, i need to click outside of the combo and click again on it to display result . the best solution in my opinion is to remove the cursor from the combo after select or blur event .
I'm looking for better solution to Fix this issue .