fabiomcosta / mootools-meio-autocomplete

A complete mootools Autocomplete plugin
http://www.meiocodigo.com/projects/meio-autocomplete/
32 stars 14 forks source link

Parameter in Meio.Autocomplete.Select doesn't match with description #25

Open RiZKiT opened 11 years ago

RiZKiT commented 11 years ago

In description: "if the syncAtInit option is set to true, it will synchonize the value of the autocomplete with the corresponding data from the valueField's value."

In options: syncName: 'id', // if falsy it wont sync at start

I would have made a pull request, but I don't know what is intended.