AbisoyeOnanuga / firekit-taipy

A wildfire data dashboard for BC designed with Taipy GUI
MIT License
0 stars 0 forks source link

Dropdown Selector Issue in Multipage Taipy GUI Application #1

Closed AbisoyeOnanuga closed 3 months ago

AbisoyeOnanuga commented 3 months ago

Issue Overview

I've encountered a problem with the dropdown selector in my multipage Taipy GUI application. The selector is not functioning as expected, which is a critical component for navigating between different locations in the data.

Expected Behavior

The dropdown should allow users to select an option and accordingly display the relevant page content without any issues.

Current Behavior

When an option is selected from the dropdown, the expected list does not load, or the selector does not respond at all.

Steps to Reproduce

  1. Launch the Taipy GUI application.
  2. Navigate to the dashboard page with the dropdown selector.
  3. Attempt to select different options from the dropdown menu.
  4. Observe the lack of response.

Environment Details

Additional Context

This issue needs to be resolved promptly as it is hindering the finalization of a draft blog post tutorial for the application.

AbisoyeOnanuga commented 3 months ago

Issue Solved

New push to git for main.py: update main py fixed dashboard selector issue solves the issue.

image