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

fix: allow users to reset all selections and input file by clicking reset button #156

Closed Rebekah-Chuang closed 7 months ago

Rebekah-Chuang commented 7 months ago

This PR introduces a dynamic file input feature enabling users to reset all selections and input files via a reset button. Shiny lacks a native method such as ui.update_input_file for resetting file input, so I fix this issue by implementing dynamic file input functionality. Furthermore, it resolves the issue where the output dataframe would reappear if the user selects the same file format after clicking the reset button.

closes #36