TextEntry
RepeatableEntry::make('mydata.user_data') ->schema([ TextEntry::make(fn ($data) => $data['is_what'] ? 'id' : 'name'), ]) ->columns()