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
417 stars 59 forks source link

DashBlueprint doesn't support query parameters #250

Closed Kuhlwein closed 1 year ago

Kuhlwein commented 1 year ago

Dash can invoke the layout function with path variables and query parameters, see here. The DashBlueprint class doesn't support this because the _layout_value doesn't accept arguments *args and **kwargs.