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
Describe the bug
There is inconsistency in the styling of the button of the DropDownList component.
To Reproduce
Steps to reproduce the behavior:
Open a new project.
Drill-down to DropDownList.
Change the border-radius of the component part Select (button) from the template called "DROPDOWN LIST".
Change the background-color of the component part Select (button) from the template called "BUTTON".
Export the package.
Actual Results
The styles set through the DROPDOWN LIST template apply to all DropDownList's variants regardless of the rounded option set. The styles set through BUTTON, however, apply only to a DropDownList with rounded option of "medium".
Expected behavior
The styling is consistent in both templates - whether it applies styles to all component variants or only to a component variant with rounded "medium".
Reported through t.1664344.
The text was updated successfully, but these errors were encountered:
Describe the bug
There is inconsistency in the styling of the button of the DropDownList component.
To Reproduce
Steps to reproduce the behavior:
Actual Results
![image](https://github.com/user-attachments/assets/463aff44-749a-46a8-81e1-59ea941d3596)
The styles set through the DROPDOWN LIST template apply to all DropDownList's variants regardless of the rounded option set. The styles set through BUTTON, however, apply only to a DropDownList with rounded option of "medium".
Expected behavior
The styling is consistent in both templates - whether it applies styles to all component variants or only to a component variant with rounded "medium".
Reported through t.1664344.
The text was updated successfully, but these errors were encountered: