Closed nLight closed 10 years ago
Hi,
I added new feature for passing options to JQuery autocomplete in convenient way:
completer = new GmapsCompleter completer.autoCompleteInit country: "us" autocomplete: minLength: 4 position: my : "center top", at: "center bottom-1" collision: "none"
This autocomplete object will be merged with default source and select functions and passed to JQuery autocomplete widget.
Also I fixed issues with this in keyDownHandler.
Great Thanks!
Hi,
I added new feature for passing options to JQuery autocomplete in convenient way:
This autocomplete object will be merged with default source and select functions and passed to JQuery autocomplete widget.
Also I fixed issues with this in keyDownHandler.