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

Home Page:https://www.dash-extensions.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to only ignore certain inputs when using ServersideOutput with arg_check

uns1 opened this issue · comments

Is it possible to only ignore changes in certain arguments but not others e.g. I have a callback that outputs a ServersideOutput - driven off a button input along with other State objects. I want to ignore the button argument but consider the other arguments with arg_check