I’m trying to find an elegant solution to a functional requirement I have. I want to have in my dash app a DIV that will display (for a short time) any logical error / warning / log message that my application logic will raise. This could be in any callback.
As I recall, it is not possible for multiple callbacks to share the same Output, but even if it was, having the same Output in every single callback would not be elegant.
Any suggestion or recommendation?
8 posts - 2 participants