dash_devices
dash_devices copied to clipboard
[Feature Request] Update underlying dash library version
There are some features in newer versions of dash which would be nice to have support for in dash_devices. I'm specifically thinking of the "title" and "update_title" arguments which can be passed to the Dash constructor in vanilla dash.
Same for prevent_initial_callbacks
. It would be amazing to update dash_device for supporting this.
+1 on this request. This is a very exciting development! Really well done!
Unfortunately, I can't use it since I rely heavily on:
- Pattern-matching callbacks
- url_base_pathname Both of these don't seem to work...
+1 on this request. The new Dash version allows for additional debug tool where we can see the callbacks and the execution timing. We can also move the callbacks around to debug issues.