yury-dymov/react-autocomplete-input

Auto-complete on new word trigger doesn't work

Closed this issue · 2 comments

I am trying to auto-complete like blah blah 1 -> the 1 won't open the auto completion, but when it is started with 1 like 1 ... it will open the completion popup. how can I add completion in the middle of a sentence on new word?

    <TextInput
            matchAny={true}
            trigger={''}
            options={["1.2.3.4"]} />

From README:
image

@yury-dymov it's still not working, what I want to achieve is to be able to write some text words and then to make the autocompletion for a latter word, for example one two three @ap and the @ap would open the completion popup for apple