Sagar Gautam
Sagar Gautam
FFilament
Created by Sagar Gautam on 11/14/2024 in #❓┊help
Filament Rich Text Editor not clickable when we add multiple Editors in same form
Here is my form: Forms\Components\RichEditor::make('details') ->required() ->extraAttributes(['dusk' => 'details']) ->columnSpanFull(), Forms\Components\RichEditor::make('notes') ->required() ->extraAttributes(['dusk' => 'notes']) ->columnSpanFull(), Forms\Components\RichEditor::make('additional') ->extraAttributes(['dusk' => 'additional']) ->required() ->columnSpanFull(), I don't have any issue for single rich text editor but in above case only first text editor is clickable when I click Create action. It works well when I reload the page once again.
1 replies