It seems to me that this should be a common problem, which I'm just trying to understand, but I could not find anyone else who asked the question like this ... Basically, I have an NSTokenField, and when the user starts typing, I do SOAP- request and I get names similar to what they entered. The problem is that my suggestions do not necessarily correspond to what they typed. For example, I match email addresses and last names, but the full name of the person appears in the array of sentences. Since the letters do not match, the NSTokenField changes what has already been entered into the first element of the array. Is there a way to turn off autocomplete and just a window with a suggestion will appear?
source
share