Filament v2 - Color picker lazy/debounce
I am using filament v2 and I have a colorpicker field. Since I use the value of this field in another field, the field is reactive:
This works, but I just wanna get updates, after the color was picked and not on moving the circle of the colorpicker around. Neither
lazy()
nor debounce("5000ms")
works?
Is this a bug?0 Replies