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:Jump to solution
Add a debounce to live() you’re typing faster than the server can return a response.
1 Reply
Solution
Add a debounce to live() you’re typing faster than the server can return a response.