Just checked and it isn't working with input type email, i have modified the line 995 in Autosuggest.js to this
if (input.tagName === 'TEXTAREA' || (input.tagName === 'INPUT' && input.type === 'text') || (input.tagName === 'INPUT' && input.type === 'email')) {
still no avail, any ideas?
Just checked and it isn't working with input type email, i have modified the line 995 in Autosuggest.js to this
if (input.tagName === 'TEXTAREA' || (input.tagName === 'INPUT' && input.type === 'text') || (input.tagName === 'INPUT' && input.type === 'email')) {still no avail, any ideas?