Typeahead Filters Options List

I noticed that the displayed items in the typeahead are filtered based on what is typed. Shouldn’t that be the responsibility of the handler and whatever is sent back should be displayed? If I’m using a custom handler to filter and/or lookup data based on what is typed, I don’t need/want the control to filter it as well.