mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-11-29 08:14:06 +00:00
Update documentation, closes #542
This commit is contained in:
parent
0ba374d7e3
commit
56677b9f8b
@ -244,6 +244,14 @@ If you use it with jQuery UI library it also has plugin named `autocomplete`. In
|
|||||||
$('.autocomplete').devbridgeAutocomplete({ ... });
|
$('.autocomplete').devbridgeAutocomplete({ ... });
|
||||||
```
|
```
|
||||||
|
|
||||||
|
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:
|
||||||
|
|
||||||
|
.autocomplete-suggestion {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
See issue #542
|
||||||
|
|
||||||
##License
|
##License
|
||||||
|
|
||||||
Ajax Autocomplete for jQuery is freely distributable under the
|
Ajax Autocomplete for jQuery is freely distributable under the
|
||||||
|
Loading…
Reference in New Issue
Block a user