I planned to use the validate plugin. However, what I don’t like is that there is coming a “please enter at least 3 charackters” warning even when the user has not finished typing.
Is it possible to make a delay? I do not want to use blur. It is fine to have it even the box has still focus but I want to wait 1-2 Seconds before showing the popup and not immediately with keyup event…
You could use your own logic and use validate method of the Validator.
I would suggest you look at this demo, there you could find how to add a custom rule.