Hi,
Your project just shows a normal working sfautocomplete and clearing from UI (clicking the cross button). What I wanted to achieve is to use a method in code behind to clear the selected value on occurrence of an external event. I tried ClearValue method, but it doesn't work.
Best,
Rohan.
I'm experiencing the exact same issue with the latest binaries.... I used to be able to clear the text value .Text = string.Empty;
but now.. nothing seems to be able to clear the value except the 'X' on the screen...