
Hey,
We are experimenting with the completion list feature.
We are filtering into several categories (words that begins with letters and words that begins with numbers) and hiding one of them by default (numberFilter.IsActive=False). We would like to toggle this filter and automatically enable it when the user starts typing a number as the first letter in the current auto complete session (and it should be kept enabled until the end of this session).
Is there a way to do that?
Thanks!