Maksim Makarov aka pr0n1x

Results 3 comments of Maksim Makarov aka pr0n1x

You can do it manually like code bellow ```js const $input = $(".header-search__input"); const suggestUrl = $input.data('suggest-url'); if (!suggestUrl) return; const inputDelay = 400; let inputDelayTimeoutId = 0; $input.autocomplete({ appendMethod:'replace',...

Hi. I think this PR is the complete solution. https://github.com/kelseyhightower/envconfig/pull/214

I realized that there is no way to fix this problem without partial backward compatibility break. This wrong (IMHO) behavior is the author's decision (it's obvious if you look at...