When I add behavior='autocomplete' to my input field, width is changing and not scaling anymore with browser/screen resize.
Someone experienced with easyAutocomplete has the same problem?
Thank you very much.
This code without data-behavior IS RESPONSIVE
<form>
<input class="form-control" type="text" placeholder="search">
</form>
This code with data-behavior="autocomplete" is NOT RESPONSIVE
<form>
<input class="form-control" type="text" placeholder="search" data-behavior="autocomplete">
</form>
http://easyautocomplete.com - jQuery autocomplete plugin