twitter / typeahead.js

typeahead.js is a fast and fully-featured autocomplete library
http://twitter.github.io/typeahead.js/
MIT License
16.52k stars 3.21k forks source link

input id containing brackets problem #1767

Open SinaSoltanii opened 4 years ago

SinaSoltanii commented 4 years ago

I have an input with the id something like "p[1][Institution]", that generated by jquery repeater. When I apply typeahead on, it doesn't works and if I change the id for example to "blah" it works fine. Where is the problem and how can I resolve that ?