Unfortunately culling labels is not an option. Our company services many products and they must all be available. Also, half of the products start with the same prefix, which we cannot change (as we do not own the products) and cannot emit (for legal reasons). Given that people would otherwise need to do scrolling, I do think that the ability to type is valuable. That being said, the improvement should not be too complicated. I cannot look into the logic of the site, but suppose the current label matching is done with something like this regex: [start of string][the text that you typed][any other characters] Then simply changing this pattern to [any other characters][the text that you typed][any other characters] Would already be a pretty good fix, surely this is not too hard to make.
... View more