You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found an issue where the debounce property doesn't work properly with the directive.
When typing in the field then quickly changing focus to another input (press TAB) if debounce is set the cursor will go back on the previous input.
Hi,
I've found an issue where the debounce property doesn't work properly with the directive.
When typing in the field then quickly changing focus to another input (press TAB) if debounce is set the cursor will go back on the previous input.
Here's my input:
and here's a way to reproduce: https://plnkr.co/EF8kNY
Do you have any solution ?
Thanks for your awesome work anyway !
The text was updated successfully, but these errors were encountered: