Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Safari 16.1 (18614.2.9.1.12)
Syncfusion/@ej2 20.3.56
React 18.2.0

  • Very long loading of the component;
  • Huge delay while clicking in a cell and entering characters (from several seconds to a minute);
  • Random characters appear in neighboring cells during editing.

In other browsers and on other versions of Safari there are no problems.



import type { FC } from "react";
import { SpreadsheetComponent } from "@syncfusion/ej2-react-spreadsheet";
export const Spreadsheet: FC = () => {
  return (
    <SpreadsheetComponent
      openUrl="https://ej2services.syncfusion.com/production/web-services/api/spreadsheet/open"
      saveUrl="https://ej2services.syncfusion.com/production/web-services/api/spreadsheet/save"
    />
  );
};