iddan / react-spreadsheet

Simple, customizable yet performant spreadsheet for React
https://iddan.github.io/react-spreadsheet
MIT License
1.34k stars 157 forks source link

Custom input type file won’t work? #358

Closed subhendukundu closed 1 year ago

subhendukundu commented 1 year ago

When the input type file is opened, DataEditor being closed and DataViewer is rendering causing input type file’s onChange never called. How do we fix it?

iddan commented 1 year ago

Can you provide your code? Without seeing it I guess you need to add some event.stopPropagation() in your code but I'll have smarter advice if I see the code