Hi everybody,
I have set up a suggester using a ComboBoxItem and it works very well. The only thing I could not achieve is to prevent my suggester from sending a request to the server if the user has not inputed at least three or more characters.
At the moment a request is sent to the server even when the user digit just one character.
I haven't yet found a method in the ComboBoxItem API. Maybe it exists and I am just missing it or there is some ComboBoxItem method I could override to do it.
thanks for your help
regards
francesco milesi
I have set up a suggester using a ComboBoxItem and it works very well. The only thing I could not achieve is to prevent my suggester from sending a request to the server if the user has not inputed at least three or more characters.
At the moment a request is sent to the server even when the user digit just one character.
I haven't yet found a method in the ComboBoxItem API. Maybe it exists and I am just missing it or there is some ComboBoxItem method I could override to do it.
thanks for your help
regards
francesco milesi
Comment