Rebekah-Chuang / VizAble

VizAble is a web-based data visualization tool that generates accessible visualizations for all users, including people with visual impairments (low vision or blind).
MIT License
3 stars 0 forks source link

Dataframe did not reset when user selected different file format. #36

Closed Rebekah-Chuang closed 7 months ago

Rebekah-Chuang commented 8 months ago

If a user selects the .csv file format and uploads a .csv file, the dataframe will display correctly. However, if the user then selects a different file format (e.g., .xlsx), uploads a .xlsx file, and subsequently clicks the .csv file format again, the dataframe does not reset, and the data from the .csv file will still be displayed. This is not the appropriate behavior, the dataframe should be discarded if the user has already selected a different file format.

Rebekah-Chuang commented 8 months ago

There is currently no way to reset a file input, so an issue has been filed.