Anand Phulwani

Results 4 issues of Anand Phulwani

If we want the whole search query to be not split by spaces into words to generate tokens and want the whole search query to be just one token, we...

Some error messages which relate to user input should be displayed to the user's in his User Interface, those can be displayed by callback functions on the error occurrence (...

### Goal To Achieve 1. Catch the error thrown by autonumeric and display it in a better way on the page in an error block/div. 2. Generate an error on...

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...

help wanted