text column showing unusual behaviour when slug is live()

Previously there was no issue creating slug from name. but recently i noticed while typing cursor showing some sort unusual typo.
Solution:
Add a debounce to live() you’re typing faster than the server can return a response.
Jump to solution
1 Reply
Solution
awcodes
awcodes2y ago
Add a debounce to live() you’re typing faster than the server can return a response.

Did you find this page helpful?