© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
1 reply
bernhard

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()
lazy()
nor
debounce("5000ms")
debounce("5000ms")
works?

Is this a bug?
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Color/Colour Picker
FilamentFFilament / ❓┊help
3y ago
Debounce / Lazy on Markdown Field not working
FilamentFFilament / ❓┊help
3y ago
Color Picker JavaScript Change Event
FilamentFFilament / ❓┊help
2y ago
Maps filament v2
FilamentFFilament / ❓┊help
3y ago