LoBe
Results
2
comments of
LoBe
Also interested to know if this kind of parsing can be done with feedparser
The autocomplete.dd.shown event may also be used to bypass this, but that's hacky. For instance: ``` $(document).on('autocomplete.dd.shown', '#id_q', function(e){ $('.bootstrap-autocomplete.dropdown-menu').css('width', 'calc(100% - 32px'); }); ```