Autocomplete question
Autocomplete question
I am using jQuery UI autocomplete and I have tried to set options for how I would like the results to act. Only one of the options I have tried to set actually works and that is the "delay" option. None of the options below work when I try setting them:
- scroll: 1,
- scrollHeight: 100,
- highlight: 1,
- autoFill: 1,
- width: 200,
Any ideas?