mohamedsabil83 / filament-forms-tinyeditor

A TinyMce Editor component for filament
MIT License
182 stars 40 forks source link

Editor doesn't render in Firefox #28

Closed emohamed closed 2 years ago

emohamed commented 2 years ago

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

mohamedsabil83 commented 2 years ago

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