I'm trying to create an autocomplete that matches "foobar" and "foobaz" when you write "ba". This behavior can be seen in the demos but only in the backend code and not in the ones that work with local data (which is my case).
How can that be done?
I'm trying to create an autocomplete that matches "foobar" and "foobaz" when you write "ba". This behavior can be seen in the demos but only in the backend code and not in the ones that work with local data (which is my case).
How can that be done?