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:
ColorPicker::make('color')->reactive()
ColorPicker::make('color')->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
No replies yetBe the first to reply to this messageJoin