jbenavidesv
jbenavidesv
FFilament
Created by Abdur Razzaque on 10/16/2023 in #❓┊help
Conditional Form Input and Table Column
I have a similar scenario but I needed to use Text and Select columns, so I did this that worked as expected. Hope it helps:
TextInput::make('name'),
($condition ? TextColumn::make('whatever') : SelectColumn::make('whocares')),
TextInput::make('desc'),
TextInput::make('name'),
($condition ? TextColumn::make('whatever') : SelectColumn::make('whocares')),
TextInput::make('desc'),
In your case:
# ...
($get('value_type') === 'text') ? TextInput::make('value') : FileUpload::make('value')),
# ...
# ...
($get('value_type') === 'text') ? TextInput::make('value') : FileUpload::make('value')),
# ...
40 replies
FFilament
Created by jbenavidesv on 9/27/2023 in #❓┊help
minimal theme
I have purchased the unlimited products "edition" and I did not received a key. That key will be sent in the stages of the early access release? If the key is generated as an automated response, then I didnt get it. In that case: Is there another way to get it besides the email? Thank you for your time.
5 replies