iOS autocomplete bug fix - don't follow link to #
This commit is contained in:
parent
09e53c72d4
commit
10c12d05b3
|
@ -84,9 +84,11 @@
|
|||
ul = div.find('ul')
|
||||
selectedOption = 0
|
||||
markSelected()
|
||||
|
||||
ul.find('li').click ->
|
||||
selectedOption = ul.find('li').index(this)
|
||||
completeTerm(autocompleteOptions[selectedOption])
|
||||
false
|
||||
|
||||
pos = null
|
||||
if isInput
|
||||
|
|
Loading…
Reference in New Issue