Changing visibility of a Dash Component by updating other Component
You could place the Component you need to hide inside an html.div([]) and change its ‘display’ option to ‘none’ in a callback. The callback should have e.g a Dropdown as Input and the Component inside the html.div([]) as Output. The following is a web app containing only a Dropdown and an Input Component that is … Read more