emilhe / dash-extensions

The dash-extensions package is a collection of utility functions, syntax extensions, and Dash components that aim to improve the Dash development experience
https://www.dash-extensions.com/
MIT License
409 stars 58 forks source link

Fix dynamic_prefix() not doing recursively #281

Closed andressommerhoff closed 9 months ago

andressommerhoff commented 11 months ago

The function dynamic_prefix() was applying prefix only in the first element. The expected behavior was to do it recursively.