maciejdudzinski
Results
1
comments of
maciejdudzinski
@JamesJGoodwin this piece of jQuery solved the issue for me: ```js $(document).on('mousedown', '.autocomplete-suggestion', e => { $(e.target).click(); }); ``` I haven't well tested it yet, but probably the library can...