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: address the issue where it's not possible for `ui.input_select` and `ui.input_radio_buttons` with no items selected #78

Closed Rebekah-Chuang closed 8 months ago

Rebekah-Chuang commented 8 months ago

This pull request addresses the issue where it was not possible to have no items selected in the ui.input_select and ui.input_radio_buttons components.

The fix includes:

There is an issue in ui.input_select where selected=None doesn't work when multiple=False. The issue has been created on Shiny's repo but has not been solved yet. Adding "" to choices is a temporary solution for now.

closes #76