mohamedsabil83/filament-forms-tinyeditor

Editor doesn't render in Firefox

emohamed opened this issue · 1 comments

Here is the form schema:

 public static function getFormSchema(): array
    {
        return [
            Card::make()
                ->schema([
                    Forms\Components\FileUpload::make('image')->image()->maxSize(4096)->label('Avatar'),
                    TinyEditor::make('content'),
                    TextInput::make('author_name')->required(),
                    TextInput::make('author_listings')->required(),
                ]),
        ];
    }

The field is rendered correctly in Chrome, however, it doesn't load in Firefox:

image

Do you update firefox to the latest release? Fixed for someone before when he update his firefox