informatJonas
informatJonas
FFilament
Created by informatJonas on 2/10/2025 in #❓┊help
Override select.js from filament/forms
Yes, but this works in v4 because choices.js has been updated to ^11.0.2. In this version, the display of individual entries & groups has been fixed.
8 replies
FFilament
Created by informatJonas on 2/10/2025 in #❓┊help
Override select.js from filament/forms
No description
8 replies
FFilament
Created by informatJonas on 2/10/2025 in #❓┊help
Override select.js from filament/forms
I would like a select (non-native) in the following format: - Product 1 - Product 2 - - Product variant 1 - - Product variant 2 - Product 3 - Product 4 - - Product variant 1 - - Product variant 2
8 replies
FFilament
Created by Martin Oscar on 2/10/2025 in #❓┊help
can getOptionLabelUsing() include html ?
try ->getOptionLabelUsing(fn ($value, AlertBanner $alertBanner) => new HtmlString(printf('<span class="%s">%s</span>', $alertBanner->getColorClasses($value), $value)))
4 replies