pawelczak / EasyAutocomplete

JQuery autocomplete plugin
http://easyautocomplete.com
MIT License
729 stars 244 forks source link

Problem when using it within a bootstrap modal #447

Open IbrainMejias opened 3 years ago

IbrainMejias commented 3 years ago

html

js var options = { data: ["Cyclops", "Storm", "Mystique", "Wolverine", "Professor X", "Magneto"], };

document.addEventListener('DOMContentLoaded',function() { if(document.querySelector('#txtZona')){ $("#txtZona").easyAutocomplete(options); } })

IbrainMejias commented 3 years ago
class="easy-autocomplete" style="width: 0px;"

pierde el valor width