We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba374d commit 56677b9Copy full SHA for 56677b9
readme.md
@@ -244,6 +244,14 @@ If you use it with jQuery UI library it also has plugin named `autocomplete`. In
244
$('.autocomplete').devbridgeAutocomplete({ ... });
245
```
246
247
+It seems that for mobile Safari click events are only triggered if the CSS of the object being tapped has the cursor set to pointer:
248
+
249
+ .autocomplete-suggestion {
250
+ cursor: pointer;
251
+ }
252
253
+See issue #542
254
255
##License
256
257
Ajax Autocomplete for jQuery is freely distributable under the
0 commit comments