KeyValue Issues

Filament\Forms\Components\KeyValue::Filament\Forms\Components{closure}(): Argument #1 ($value) must be of type ?string, array given

Forms\Components\KeyValue::make('jcplayer_stream_active')
->label('Player Stream Credentials')
->addActionLabel('Add New Item')
->keyLabel('Icon')
->reorderable()
->valueLabel('Stream Url')

this happens when i try adding data
Was this page helpful?