h2oai / wave

Realtime Web Apps and Dashboards for Python and R
https://wave.h2o.ai
Apache License 2.0
3.98k stars 327 forks source link

fix: Dynamic choices change for single/multi-valued dialog dropdown #1154 #2104

Closed marek-mihok closed 1 year ago

marek-mihok commented 1 year ago

The PR fulfills these requirements: (check all the apply)


Currently the value/values prop can be updated dynamically through Wave app for base dropdown and for both single and multi-valued dialog dropdown. However the dynamic update of choices can be done only for the base dropdown. This PR unifies the behavior and brings support for dynamic update of choices also for multi-valued and single-valued dialog dropdown.

NOTE: Do not forget to update status in this comment once merged.