Denis Taran
Denis Taran
Hi Taitava, Please try the latest version on GitHub. It should allow you to use the widget with separate words. Here is a sample: https://jsbin.com/xibaxevuyu/edit?html,js,output 
You can use the following command to install the package from GitHub: npm install --save-dev https://github.com/kraaden/autocomplete/tarball/master/1590fe09d347f7b6cb1466add5d8e5652bf9d1fb
You can now install the latest version that supports accessibility attributes: npm i [email protected]
On IOS, if you close the keyboard, safari will automatically unfocus/blur the textbox and thus the widget will remove all suggestions. Here are some topics on stackoverflow that discuss this...
Hi @atomtigerzoo and @NiklasBr I've developed a fix to address this issue and it should prevent the autocomplete from closing when user is closing virtual keyboard on IOS devices. Please...
I have addressed the issue of increased delays on iOS devices. The delay should now be consistent at 200ms across different devices. Please update to the latest version by running...
@StuartCreed Now the autocomplete should display suggestions even if you insert text by mouse+right click (in the version 8).
In the latest version you can manually trigger updates like this: ```javascript const result = autocomplete({...}); result.fetch(); ```
This PR is now redundant due to the following commit: https://github.com/kraaden/autocomplete/commit/cb9356074f9917dd9758f66695a6bd356cf7c24d
This issue should be fixed in the last version: npm install [email protected]