active ( boolean ; optional): Whether button is in active state. Default: False.
I was wondering to use this property instead of n_clicks to simplify the callback, if the active is False then no_update, if it is True then execute the callback, but I notice that when I clicked the button the active property do not change althought the button change its appearance (it looks active
),
Before clicking:

After clicked:

Property status:

@tcbegley is this a bug?
Thanks 
1 post - 1 participant