Bug in Select Form Component Toggle Disable Enable

I would like to know if this bug is resolved or not ?
3 Replies
Aminne
Aminne3w ago
GitHub
Select Form Component Toggle Disable Enable · filamentphp filament ...
I have a Select Form Component, and I gave it Disable and Enable properties based on other fields, Disable and Enable succeeded in changing according to the contents of the field, but the Select Co...
LeandroFerreira
Did it work?
Aminne
Aminne3w ago
it working just by visible with disabled didn't work i think the disabled remove all the options of select , the same thing after enabled it.
Want results from more Discord servers?
Add your server
More Posts
Adding navigation inside cluster to CreateRecord pageI want to add navigation (as is in ListRecords page) to CreateRecord page, is it possible?Add an option to Checkboxlist via an ActionI'm trying to recreate similar behaviour to the `->createOptionForm()` of the Form\Select component Failed to disabled select before another select```Forms\Components\Select::make('from_id') ->relationship(name: 'from', Column URL - apply only to text, not the whole cell?My users are a bit thrown off that in an otherwise clickable row, the whitespace in a URL column folRichEditor content inside a repeater can't be viewed in update pageHi, in prod, i don't understand, why the content of RichEditor field, inside a repeater, can't be viWhat is the best/easiest way to overwrite a resource within a package?I'm using the following 2 packages and would like to edit both resources: ``` "z3d0x/filameExporter - include relationships as extra rowsUsing the Exporter for a table - am trying to inject additional rows for relationships that exist. THow can I display a file uploaded using the spatie media library on the info list pageHey all!, in my filament project I'm making use of of the spatie media library for filament (https:/How i can disable submit button until form is fully validated filament```Forms\Components\Select::make('from_id')->relationship(name: 'from', modifyQueryUsing: fn (BuildeCan not add table to a componentI have a custom component where i want to display a table. Implemented the trait and interface: `