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?
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
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?