gilchrist9889
Re-render FileUpload Component
How to do the same with @MohamedSabil83 tiny-editor plugin.
TinyEditor::make('description')
->required()
->columnSpanFull()
->label('Description')
->extraAttributes(fn ($get) => ['wire:key' => $get('gender') . '-description'])
,
I tried the same, it's not working as expected. Please help.
12 replies