I would like to know how to get the count of items of the list when the user types in something.
For instances, let's say that the user starts typing the "X" letter but my query doesn't returns any word with "X", so the count of items would be zero.
In this case I could display a warning message like "There is no one possible choice that matches your typing".
Any idea?