Mambi
Mambi
FFilament
Created by Mambi on 1/27/2024 in #❓┊help
Duplicate query
any help ?
2 replies
FFilament
Created by Mambi on 7/9/2023 in #❓┊help
Wizard no field displayed
on Chrome it's running without issue but not on Safari
21 replies
FFilament
Created by Mambi on 7/9/2023 in #❓┊help
Wizard no field displayed
have you tried it on safari browser (Mac) ?
21 replies
FFilament
Created by Mambi on 7/9/2023 in #❓┊help
Wizard no field displayed
this demo is working correctly on Safari is it a filament version issue ?
21 replies
FFilament
Created by Mambi on 7/9/2023 in #❓┊help
Wizard no field displayed
Are you using Safari ? if yes what's your version ?
21 replies
FFilament
Created by Mambi on 7/9/2023 in #❓┊help
Wizard no field displayed
here's the repo https://github.com/Mambi/filament-wizard.git to be tested with Safari
21 replies
FFilament
Created by Mambi on 7/9/2023 in #❓┊help
Wizard no field displayed
sorry for the @
21 replies
FFilament
Created by Mambi on 7/9/2023 in #❓┊help
Wizard no field displayed
@Dan Harrin please look at this case, this issue appears only on Safari, i've tested my code on brave and it works correctly
21 replies
FFilament
Created by Mambi on 7/9/2023 in #❓┊help
Wizard no field displayed
@leandro_ferreira i noticed that if i use skippable and i click on tab 1 fields are shown !
21 replies
FFilament
Created by Mambi on 7/9/2023 in #❓┊help
Wizard no field displayed
@leandro_ferreira i've this error in the console TypeError: this.getSteps().at is not a function. (In 'this.getSteps().at(0)', 'this.getSteps().at' is undefined)
21 replies
FFilament
Created by Mambi on 7/9/2023 in #❓┊help
Wizard no field displayed
@leandro_ferreira i'm using a fresh install of laravel and filament here's my resssource page class CustomerResource extends Resource { protected static ?string $model = Customer::class; protected static ?string $navigationIcon = 'heroicon-o-collection'; public static function form(Form $form): Form { return $form ->schema([ Wizard::make([ Wizard\Step::make('step-1') ->schema([ TextInput::make('name') ->required() ]), Wizard\Step::make('step-2') ->schema([ TextInput::make('email') ->required() ]), Wizard\Step::make('step-3') ->schema([ TextInput::make('phone') ->required() ]), ]), ]); } public static function table(Table $table): Table { return $table ->columns([...]) } public static function getPages(): array { return [ 'index' => Pages\ListCustomers::route('/'), 'create' => Pages\CreateCustomer::route('/create'), 'edit' => Pages\EditCustomer::route('/{record}/edit'), ]; } }
21 replies
FFilament
Created by Mambi on 5/23/2023 in #❓┊help
TagsInput : Suggestions list
it's working now, i think it was a cache problem thanks for your time
6 replies
FFilament
Created by Mambi on 5/23/2023 in #❓┊help
TagsInput : Suggestions list
@Dan Harrin what i want to do is to change the suggestions list depending on the selected option (from the select field), this code works but reset only the list of tags not the suggestions list
6 replies
FFilament
Created by Mambi on 3/27/2023 in #❓┊help
Custom Bulkaction generate duplicate queries
ok, once again thanks for your time
39 replies
FFilament
Created by Mambi on 3/27/2023 in #❓┊help
Custom Bulkaction generate duplicate queries
should i report it as a bug ?
39 replies
FFilament
Created by Mambi on 3/27/2023 in #❓┊help
Custom Bulkaction generate duplicate queries
great
39 replies
FFilament
Created by Mambi on 3/27/2023 in #❓┊help
Custom Bulkaction generate duplicate queries
@awcodes As discussed, i added the ProduitSeeder (with random faker names) + the migration
39 replies
FFilament
Created by Mambi on 3/27/2023 in #❓┊help
Custom Bulkaction generate duplicate queries
yep
39 replies
FFilament
Created by Mambi on 3/27/2023 in #❓┊help
Custom Bulkaction generate duplicate queries
thanks a lot for your time
39 replies
FFilament
Created by Mambi on 3/27/2023 in #❓┊help
Custom Bulkaction generate duplicate queries
i'll add a seeder and let you know
39 replies