Emil Haldrup Eriksen
Emil Haldrup Eriksen
It looks like all values are captures (you get 5 values, and the list has length 5), but the content is empty. My first guess would be that the content...
Yes, I believe that is indeed the issue. With the current implementation, you must "drill down" until you reach properties which are (trivially) JSON serializable, which is indeed the case...
I am not sure this is possible, I suspekt that this event is executed after Dash itself has been unloaded.
I believe this should be possible if you use the `Keyboard` component. If you do not pass it any children, it will attach to the man document. Please let me...
I have added support in the latest 1.0.11 release. Could you test if it works as intended?
Thanks for the response. Enjoy your new responsibilities 😊
It seems to be an issue with the unpacking. The code has gotten a bit complex after Dash introduced flexible callback signatures, so it might require a bit of effort...
I think it should be fairly easy to add. I'll consider it next time I am coding.
I like the concept of extending the flexibility. Other options could be to pass a (JS) render function, which will control the icon. I'll be happy to look at a...
Could you provide a MWE in code?