Greetings,
Looking for a way (in javascript) to detect if the autocompleteextender is currently showing?
I can get an instance of the control, I just dont know which property (if any) I should be checking?
ie
var ace = $find('myAutoCompleteExtender');
if(ace ??){ //then i'm showing do some logic
}
Any ideas?
behavior.get_showing() ?
No unfortunately that property doesn't exist on the control
The only thing I can find is "_flyoutHasFocus" however ...that's not the same as 'is the flyout showing' ...
Any other ideas?
No comments:
Post a Comment