Step::make('step_2')
->label(...)
->schema([
Repeater::make('products')
->label(...)
->schema([
Section::make('key')
->schema([
Select::make('card_number')
->getSearchResultsUsing(function (
string $search,
Get $get
): array {
dd($get('building')); //return null
})
->columnSpanFull(),
Step::make('step_2')
->label(...)
->schema([
Repeater::make('products')
->label(...)
->schema([
Section::make('key')
->schema([
Select::make('card_number')
->getSearchResultsUsing(function (
string $search,
Get $get
): array {
dd($get('building')); //return null
})
->columnSpanFull(),