Skip to content

Commit 56677b9

Browse files
author
Tomas Kirda
committed
Update documentation, closes #542
1 parent 0ba374d commit 56677b9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,14 @@ If you use it with jQuery UI library it also has plugin named `autocomplete`. In
244244
$('.autocomplete').devbridgeAutocomplete({ ... });
245245
```
246246

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+
247255
##License
248256

249257
Ajax Autocomplete for jQuery is freely distributable under the

0 commit comments

Comments
 (0)