Closed emohamed closed 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:
Do you update firefox to the latest release? Fixed for someone before when he update his firefox
Here is the form schema:
The field is rendered correctly in Chrome, however, it doesn't load in Firefox: