Aditya Khadka | Nepal
Aditya Khadka | Nepal
FFilament
Created by Aditya Khadka | Nepal on 9/16/2024 in #❓┊help
Disable Previous Dates in End Date Picker - User Should Not Select Before Release Date
wow. thank you very much @Leandro Ferreira .
16 replies
FFilament
Created by Aditya Khadka | Nepal on 9/16/2024 in #❓┊help
Disable Previous Dates in End Date Picker - User Should Not Select Before Release Date
Okay i will implement this package @toeknee
16 replies
FFilament
Created by Aditya Khadka | Nepal on 9/16/2024 in #❓┊help
Disable Previous Dates in End Date Picker - User Should Not Select Before Release Date
Actually, I need to disable dates before the release date. Disabling dates before today wouldn't be a problem. @Leandro Ferreira Forms\Components\DatePicker::make('release_date') ->required() ->reactive() ->afterStateUpdated(function (Set $set, Get $get, $state, string $operation) { $releaseDate = Carbon::parse($state); $set('release_date_min', $releaseDate); }), Forms\Components\DatePicker::make('end_date') //in end date calender previous date of release date should be disabled ->required(),
16 replies
FFilament
Created by Aditya Khadka | Nepal on 9/16/2024 in #❓┊help
Disable Previous Dates in End Date Picker - User Should Not Select Before Release Date
No description
16 replies
FFilament
Created by Aditya Khadka | Nepal on 9/16/2024 in #❓┊help
Disable Previous Dates in End Date Picker - User Should Not Select Before Release Date
i need to disable all previous date from release date. @toeknee
16 replies
FFilament
Created by Aditya Khadka | Nepal on 9/16/2024 in #❓┊help
Run function while creating record not on editing.
Than you very much sir.
6 replies
FFilament
Created by Aditya Khadka | Nepal on 4/23/2024 in #❓┊help
Adjancency list plugin help
yes
4 replies
FFilament
Created by Aditya Khadka | Nepal on 4/22/2024 in #❓┊help
default key value in key-value pair
Thanks
3 replies
FFilament
Created by Aditya Khadka | Nepal on 3/27/2024 in #❓┊help
add custom action on top of table
No description
7 replies
FFilament
Created by Aditya Khadka | Nepal on 3/27/2024 in #❓┊help
add custom action on top of table
No description
7 replies
FFilament
Created by Aditya Khadka | Nepal on 1/22/2024 in #❓┊help
Displaying 'New' and 'Old' Changes from Spatie Activity Log in an InfoList
I found solution myself it was really simple KeyValueEntry::make('properties.attributes') ->label('New Value') ->columnSpan(2), KeyValueEntry::make('properties.old') ->label('Old Value') ->visible(fn (Activity $record) => $record->properties->has('old')) ->columnSpan(2),
5 replies