You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hii @elrumordelaluz
In the ColorDropdown component, when the dropdown menu is opened, it doesn't expand to fit the size of the content or align properly with the selected area. As a result, the options in the dropdown are not selectable during the tour, causing an issue with user interaction.
Steps to Reproduce:
Open the app and trigger the tour functionality.
Navigate to the section with the color selector dropdown.
Observe that the dropdown does not open correctly or adjust the size based on the content.
The menu options cannot be selected while the tour is active.
Expected Behavior:
The dropdown should expand dynamically to fit the size of its content.
The selected area should adjust accordingly, ensuring the user can interact with the dropdown options while the tour is running.
Hii @elrumordelaluz
In the
ColorDropdown
component, when the dropdown menu is opened, it doesn't expand to fit the size of the content or align properly with the selected area. As a result, the options in the dropdown are not selectable during the tour, causing an issue with user interaction.Steps to Reproduce:
Expected Behavior:
Code Reference:
Screenshots:
Suggested Solution:
Ensure the dropdown's parent or container element adjusts its height dynamically based on the dropdown content size.
If this behavior is already implemented in this, please refer to the relevant documentation or provide suggestions on how to fix the issue.
The text was updated successfully, but these errors were encountered: