Steps to reproduce Default is_total checkbox is true and two tabs are generated with 1 item inside Repeater When unchecked the new Tab ("Total") is generated but with null item (of Repeater). Hence we should click "Add item" of repeater to add a new item. Reproduction repository (issue ...
As evident in the above example, the component schema can be defined within the schema() method of the component:use Filament\Forms\Components\Repeater; use Filament\Forms\Components\TextInput; Repeater::make('members') ->schema([ TextInput::make('name')->required(), // ... ]) ...
git clone https://github.com/andrewdwallo/erpsaas.git cd erpsaas composer install npm install cp .env.example .env php artisan key:generate php artisan migrate npm run build npm run dev Database seeding You may populate the database to help you get started quickly ...
git clone https://github.com/andrewdwallo/erpsaas.git cd erpsaas composer install npm install cp .env.example .env php artisan key:generate php artisan migrate npm run build npm run dev Database seeding You may populate the database to help you get started quickly Open the DatabaseSeeder...