Mark
Generating slug from title example only working properly when adding debounce
I'm using this example code: https://filamentphp.com/docs/3.x/forms/advanced#generating-a-slug-from-a-title
When I keep typing in the title field it cannot keep up, when I type something like this:
This is a very long title, just a few more words to make it longer
After a while the input is looking like this:
This is a ry long tie, jus a w re worto makit longer
When I add debounce or just add two TextInputs for the same property there is no problem and both inputs are updated accordingly. Am I missing something, is this a problem with Filament/Livewire?
5 replies