Override select.js from filament/forms

Can I somehow overwrite the select.js of filament forms without it being overwritten again after a filament update/upgrade?
6 Replies
toeknee
toeknee2w ago
Not really, what are you wanting to change?
informatJonas
informatJonasOP2w ago
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
informatJonas
informatJonasOP2w ago
Yes, grouping works, but I need individual entries and groups. Just like in my native select example:
No description
toeknee
toeknee2w ago
So for the individuals don't nest them/ Grouping supports both?
informatJonas
informatJonasOP2w ago
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.

Did you find this page helpful?