devbridge / jQuery-Autocomplete

Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields
https://www.devbridge.com/sourcery/components/jquery-autocomplete/
Other
3.57k stars 1.67k forks source link

onFocus should respect disabled changes didnt make it into /dist #789

Closed drownload closed 4 years ago

drownload commented 4 years ago

These lines of code are NOT in the /dist files

        if (that.disabled) {
            return;
        }

https://drive.google.com/file/d/1NdfW-ZszaEgYbDDofWcahTcO2iIh4S47/view?usp=sharing

tkirda commented 4 years ago

You were right, it was missing latest changes. Just published patched version.